Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/expedite

Dir     : e17/apps/expedite/src/bin


Modified Files:
        main.c 


Log Message:


free the canvas on clean shutdown.

===================================================================
RCS file: /cvs/e/e17/apps/expedite/src/bin/main.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- main.c      17 Aug 2007 09:39:18 -0000      1.7
+++ main.c      2 Oct 2007 01:20:04 -0000       1.8
@@ -1159,7 +1159,8 @@
        engine_loop();
        evas_render(evas);
      }
-
+   evas_free(evas);
+   
    evas_shutdown();
    return 0;
 }



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to