mirror of
https://github.com/irssi/irssi.git
synced 2026-08-21 09:32:32 +02: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
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue