be friendly with the commonlispers who like to call init and shutdown more than once

SVN revision: 48409
This commit is contained in:
Iván Briano 2010-04-28 23:10:31 +00:00
parent 66475f25c3
commit 843fb898ef
1 changed files with 1 additions and 0 deletions

View File

@ -5710,4 +5710,5 @@ _edje_lua_shutdown()
{
if (Ledje == NULL) return;
lua_close(Ledje);
Ledje = NULL;
}