Use e_main_shutdown instead of exit so that eina_shutdown (and others)

get called when exiting.



SVN revision: 48781
This commit is contained in:
Christopher Michael 2010-05-12 17:36:01 +00:00
parent 6620e1a566
commit 4ae4080bac
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ main(int argc, char **argv)
"\t\tIf you need this help, you don't need this option.\n"
)
);
exit(0);
_e_main_shutdown(0);
}
}