mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 14:26:39 +02:00
Fixed many memory leaks
This commit is contained in:
@@ -92,6 +92,7 @@ plugin_auto_load (int plugin_type, char *directory)
|
||||
plugin_load (plugin_type, entry->d_name);
|
||||
}
|
||||
}
|
||||
closedir (dir);
|
||||
}
|
||||
|
||||
/* restore working directory */
|
||||
|
||||
Reference in New Issue
Block a user