[vlc-devel] Fix a crash in Mozilla plugin

jpd at videolan.org jpd at videolan.org
Tue Sep 8 09:28:08 CEST 2009


On Mon, Sep 07, 2009 at 03:13:08PM +0200, Baku wrote:
>                  if( p_plugin->b_autoplay )
>                  {
> -                    p_plugin->playlist_play(NULL);
> +                    p_plugin->playlist_play(&ex);
>                  }

The only problem with this is that if an exception is raised it isn't
being cleared. That should happen regardless of what else we do with the
information, but of course proper reporting would be nicer.




More information about the vlc-devel mailing list