mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
Fixed a memory leak.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2329 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
c55bac3a09
commit
117f27eb92
@ -1243,6 +1243,8 @@ static int sig_check_linecache(void)
|
|||||||
(GHRFunc) line_cache_check_remove,
|
(GHRFunc) line_cache_check_remove,
|
||||||
&now);
|
&now);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
g_slist_free(caches);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user