From e8c170542bf6b60445bf48721ad2479db6abf523 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Thu, 18 Mar 2010 15:02:10 +0000 Subject: [PATCH] * e: remove some historic comment. NOTE: I did some test and wasn't able to trigger the documented segv. If you get a segv on exit, please report and help me to understand how to trigger it. Anyway, I reactived it so that we can get global memory consuption statistic with e17. SVN revision: 47322 --- src/bin/e_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/e_main.c b/src/bin/e_main.c index 6af713219..6f992dd01 100644 --- a/src/bin/e_main.c +++ b/src/bin/e_main.c @@ -393,8 +393,8 @@ main(int argc, char **argv) ecore_imf_init(); _e_main_shutdown_push(ecore_imf_shutdown); #endif -// FIXME: SEGV's on shutdown if fm2 windows up - disable for now. -// _e_main_shutdown_push(ecore_shutdown); +// FIXME: SEGV's on shutdown if fm2 windows up - disable for now. => is it history ? + _e_main_shutdown_push(ecore_shutdown); /* init edje and set it up in frozen mode */ edje_init();