Enlightenment CVS committal

Author  : ravenlock
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_config_modules.c 


Log Message:
Forgot some cleanup

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_modules.c,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -3 -r1.65 -r1.66
--- e_int_config_modules.c      25 Aug 2007 15:24:52 -0000      1.65
+++ e_int_config_modules.c      25 Aug 2007 15:38:37 -0000      1.66
@@ -544,6 +544,7 @@
    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;



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to