edje: destroy the temporary file when leaving.

SVN revision: 70929
This commit is contained in:
Cedric BAIL 2012-05-11 10:50:47 +00:00
parent 2964d1b772
commit 3c383ba958
1 changed files with 2 additions and 0 deletions

View File

@ -120,6 +120,8 @@ main(int argc, char **argv)
ecore_main_loop_begin();
unlink(watchfile);
eio_shutdown();
ecore_shutdown();
eina_shutdown();