Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/engines/evas_fb Modified Files: ewl_engine_evas_fb.c Log Message: - make sure the engines cleanup the Ewl_Engine_Info struct - shift the freeing of the engine name to the engine where it's set =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/engines/evas_fb/ewl_engine_evas_fb.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- ewl_engine_evas_fb.c 16 Nov 2006 22:30:10 -0000 1.11 +++ ewl_engine_evas_fb.c 22 Dec 2006 18:41:58 -0000 1.12 @@ -135,7 +135,9 @@ ee_mouse_move_handler = NULL; ecore_fb_shutdown(); - engine->functions = NULL; + + IF_FREE(engine->functions); + IF_FREE(engine->name); DLEAVE_FUNCTION(DLEVEL_STABLE); } ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs