Commit b0830f25 authored by Fabio Ritrovato's avatar Fabio Ritrovato

Lua intf: missing lua_close()

parent 6264ce13
...@@ -207,6 +207,7 @@ int Open_LuaIntf( vlc_object_t *p_this ) ...@@ -207,6 +207,7 @@ int Open_LuaIntf( vlc_object_t *p_this )
{ {
msg_Warn( p_intf, "Error while setting the module search path for %s", msg_Warn( p_intf, "Error while setting the module search path for %s",
p_sys->psz_filename ); p_sys->psz_filename );
lua_close( L );
goto error; goto error;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment