Parcourir la source

Fixed mem-leak in tns_init/tns_free

master
Bert Münnich il y a 12 ans
Parent
révision
72071d5e9d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      thumbs.c

+ 1
- 1
thumbs.c Voir le fichier

@@ -186,7 +186,7 @@ void tns_init(tns_t *tns, int cnt, win_t *win) {
void tns_free(tns_t *tns) {
int i;

if (tns != NULL)
if (tns == NULL)
return;

if (tns->thumbs != NULL) {


||||||
x
 
000:0
Chargement…
Annuler
Enregistrer