mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
Fixed some memory leaks.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1837 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
2752599e7a
commit
53d5c92cf4
5 changed files with 9 additions and 1 deletions
|
|
@ -61,4 +61,6 @@ void args_execute(int argc, char *argv[])
|
|||
|
||||
g_array_free(iopt_tables, TRUE);
|
||||
iopt_tables = NULL;
|
||||
|
||||
poptFreeContext(con);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue