Get rid of a huge memory leak caused by improper init/shutdown of eina and ewl.

This commit is contained in:
Jaime Thomas
2009-01-12 02:51:49 +00:00
parent ec9cc45f88
commit 02d0a9834a
3 changed files with 10 additions and 1 deletions

View File

@@ -183,6 +183,9 @@ ecdb_create_main_gui(void)
Evas_Object *gui;
Evas_Coord mw, mh;
/* This would be wonderful, but its a bit glitchy
em->main_win_ee = ecore_evas_gl_x11_new(0, 0, 0, 0, 255, 255);
*/
em->main_win_ee = ecore_evas_software_x11_new(0, 0, 0, 0, 255, 255);
if (!em->main_win_ee)