Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Immanuel
/
sxiv
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Fixed mem-leak in tns_init/tns_free
master
Bert Münnich
13 anni fa
parent
d1a1e0142b
commit
72071d5e9d
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
thumbs.c
+ 1
- 1
thumbs.c
Vedi File
@@ -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) {
Write
Preview
Loading…
Annulla
Salva