notification module no longer crashes when its config is reset

SVN revision: 80874
This commit is contained in:
Mike Blumenkrantz 2012-12-13 14:54:19 +00:00
parent 8c4457aed4
commit ededae7ee5
1 changed files with 1 additions and 0 deletions

View File

@ -174,6 +174,7 @@ e_modapi_init(E_Module *m)
MOD_CFG_FILE_VERSION)))
{
_notification_cfg_free(notification_cfg);
notification_cfg = NULL;
}
if (!notification_cfg)