edje: destroy the temporary file when leaving.
authorcedric <cedric>
Fri, 11 May 2012 10:50:47 +0000 (10:50 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 11 May 2012 10:50:47 +0000 (10:50 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@70929 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/edje_watch.c

index c778d16..9d9b454 100644 (file)
@@ -120,6 +120,8 @@ main(int argc, char **argv)
 
    ecore_main_loop_begin();
 
+   unlink(watchfile);
+
    eio_shutdown();
    ecore_shutdown();
    eina_shutdown();