main: Free config before shutdown.

While it technically is a leak it does not really matter much as it
happens on shutdown. Better fix it anyway.

CID 1100644
This commit is contained in:
Stefan Schmidt 2014-01-30 11:57:54 +01:00
parent 7e03c55c2a
commit 2e95700161
1 changed files with 1 additions and 0 deletions

View File

@ -3059,6 +3059,7 @@ remote:
config_del(main_config);
config_shutdown();
config_del(config);
eina_log_domain_unregister(_log_domain);
_log_domain = -1;