call edje_shutdown()

SVN revision: 8402
This commit is contained in:
tsauerbeck 2004-01-14 17:19:16 +00:00 committed by tsauerbeck
parent 84a6083d5d
commit cfa94eaaaa
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ main_start(int argc, char **argv)
static void
main_stop(void)
{
edje_shutdown();
ecore_evas_shutdown();
ecore_shutdown();
}