This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
Immanuel
/
sxiv
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
Fixed mem-leak in tns_init/tns_free
master
Bert Münnich
пре 12 година
родитељ
d1a1e0142b
комит
72071d5e9d
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+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) {
Write
Preview
Loading…
Откажи
Сачувај