mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 21:00:40 +02:00
Fixed a few minor memleaks. Don't use g_strdup() in lib-popt because it may
be freed with a real free() call instead of g_free(). git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2352 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
08c23ce6d4
commit
747d0f19ca
5 changed files with 23 additions and 3 deletions
|
|
@ -193,8 +193,6 @@ void chatnets_init(void)
|
|||
|
||||
void chatnets_deinit(void)
|
||||
{
|
||||
while (chatnets != NULL)
|
||||
chatnet_destroy(chatnets->data);
|
||||
module_uniq_destroy("CHATNET");
|
||||
|
||||
signal_remove("event connected", (SIGNAL_FUNC) sig_connected);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue