Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/lib


Modified Files:
        edje_load.c 


Log Message:
fixed a memory leak that was introduced with the recent decompiler changes
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/lib/edje_load.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -3 -r1.53 -r1.54
--- edje_load.c 2 Dec 2004 09:21:22 -0000       1.53
+++ edje_load.c 21 Mar 2005 12:12:51 -0000      1.54
@@ -679,6 +679,7 @@
    _edje_file_hash = evas_hash_del(_edje_file_hash, edf->path, edf);
    
    if (edf->path) free(edf->path);
+   if (edf->compiler) free(edf->compiler);
    if (edf->font_dir)
      {
        while (edf->font_dir->entries)




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to