mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 07:32:04 +02:00
fixed a small memleak when unloading module
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1843 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
8c5ac3fb24
commit
16247b8c34
1 changed files with 1 additions and 0 deletions
|
|
@ -396,6 +396,7 @@ void module_unload(MODULE_REC *module)
|
|||
while (module->files != NULL)
|
||||
module_file_unload(module->files->data);
|
||||
|
||||
g_free(module->name);
|
||||
g_free(module);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue