be friendly with the commonlispers who like to call init and shutdown more than once
authorsachiel <sachiel@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 28 Apr 2010 23:10:31 +0000 (23:10 +0000)
committersachiel <sachiel@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 28 Apr 2010 23:10:31 +0000 (23:10 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@48409 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/edje_lua.c

index f94c330..685ef81 100644 (file)
@@ -5710,4 +5710,5 @@ _edje_lua_shutdown()
 {
    if (Ledje == NULL) return;
    lua_close(Ledje);
+   Ledje = NULL;
 }