Commit eca521d9 authored by JP Dinger's avatar JP Dinger

Resolve crash in mozilla plugin pointed out by Alex Millet <A.millet89@gmail.com>

parent 6142ee1b
...@@ -559,7 +559,8 @@ NPError NPP_SetWindow( NPP instance, NPWindow* window ) ...@@ -559,7 +559,8 @@ NPError NPP_SetWindow( NPP instance, NPWindow* window )
{ {
if( p_plugin->b_autoplay ) if( p_plugin->b_autoplay )
{ {
p_plugin->playlist_play(NULL); p_plugin->playlist_play(&ex);
libvlc_exception_clear(&ex);
} }
} }
p_plugin->b_stream = true; p_plugin->b_stream = true;
......
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