Commit c2dfdd4b authored by Antoine Cellerier's avatar Antoine Cellerier

Crash fix. Thanks to _steven_ on IRC

parent 03d0ff1c
......@@ -208,7 +208,9 @@ int IntfAutoMenuBuilder( intf_thread_t *p_intf,
#endif
}
else
{
PUSH_VAR( "intf-switch" );
}
PUSH_VAR( "intf-add" );
PUSH_VAR( "intf-skins" );
vlc_object_release( p_object );
......
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