From c003cf1fc0d7aebab1c3c46731fd572a0c2bc048 Mon Sep 17 00:00:00 2001 From: Eric Schuele Date: Sat, 25 Aug 2007 15:38:37 +0000 Subject: [PATCH] Forgot some cleanup SVN revision: 31499 --- src/bin/e_int_config_modules.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_int_config_modules.c b/src/bin/e_int_config_modules.c index 1494a5f17..10eec9191 100644 --- a/src/bin/e_int_config_modules.c +++ b/src/bin/e_int_config_modules.c @@ -544,6 +544,7 @@ _modules_hash_cb_free(Evas_Hash *hash __UNUSED__, const char *key __UNUSED__, if (module->short_name) evas_stringshare_del(module->short_name); if (module->name) evas_stringshare_del(module->name); if (module->icon) evas_stringshare_del(module->icon); + if (module->comment) evas_stringshare_del(module->comment); if (module->orig_path) evas_stringshare_del(module->orig_path); E_FREE(module); return 1;