Get rid of a huge memory leak caused by improper init/shutdown of eina and ewl.
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user