Преглед изворни кода

Fixed mem-leak in tns_init/tns_free

master
Bert Münnich пре 12 година
родитељ
комит
72071d5e9d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      thumbs.c

+ 1
- 1
thumbs.c Прегледај датотеку

@@ -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) {


Loading…
Откажи
Сачувај