Commit 078feead authored by Rémi Duraffort's avatar Rémi Duraffort

Lua: fix a crash (the command is already freeed).

parent c12e97cb
...@@ -315,6 +315,7 @@ static void* Run( void *data ) ...@@ -315,6 +315,7 @@ static void* Run( void *data )
{ {
msg_Dbg( p_mgr, "Could not activate extension!" ); msg_Dbg( p_mgr, "Could not activate extension!" );
Deactivate( p_mgr, p_ext ); Deactivate( p_mgr, p_ext );
cmd = NULL;
} }
break; break;
} }
......
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