oops - that'll caus segvs. fix.

SVN revision: 49101
This commit is contained in:
Carsten Haitzler 2010-05-21 14:22:29 +00:00
parent 264dab3961
commit 1b12a9ec2c
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ e_modapi_shutdown(E_Module *m)
e_object_del(E_OBJECT(mod->config_dialog));
mod->config_dialog = NULL;
}
_e_mod_config_free(mod);
_e_mod_config_free(m);
E_CONFIG_DD_FREE(mod->conf_match_edd);
E_CONFIG_DD_FREE(mod->conf_edd);