mirror of
https://github.com/irssi/irssi.git
synced 2026-08-26 03:52:28 +02:00
Merge pull request #59 from ailin-nemui/ilog-domain
fix crash when accessing settings during shutdown
(cherry picked from commit cc411a1be0)
This commit is contained in:
parent
ff0e76bbb9
commit
27046adabe
2 changed files with 5 additions and 1 deletions
|
|
@ -928,6 +928,7 @@ void settings_deinit(void)
|
|||
|
||||
g_hash_table_foreach(settings, (GHFunc) settings_hash_free, NULL);
|
||||
g_hash_table_destroy(settings);
|
||||
settings = NULL;
|
||||
|
||||
if (mainconfig != NULL) config_close(mainconfig);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue