Enlightenment CVS committal Author : rephorm Project : e17 Module : libs/efreet
Dir : e17/libs/efreet/src/lib Modified Files: efreet_mime.c Log Message: plug last leak =================================================================== RCS file: /cvs/e/e17/libs/efreet/src/lib/efreet_mime.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- efreet_mime.c 3 Jul 2007 05:46:54 -0000 1.7 +++ efreet_mime.c 3 Jul 2007 13:41:44 -0000 1.8 @@ -895,6 +895,12 @@ ecore_list_append(magics, mime); } } + if(entry) + { + IF_FREE(entry->value); + IF_FREE(entry->mask); + IF_FREE(entry); + } } /** ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs