mario0alberto1 / gnome-mplayer

Automatically exported from code.google.com/p/gnome-mplayer
0 stars 0 forks source link

protect against null vo at line 451 of src/thread.c #457

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This is missing a check for vo != NULL, like you did in other parts of the 
code. I found this because the following error was appearing:

GLib-CRITICAL **: g_ascii_strncasecmp: assertion `s1 != NULL' failed

I've attached a diff for you to commit...

cheers, 
david

Original issue reported on code.google.com by dco...@gmail.com on 24 Nov 2010 at 5:28

Attachments:

GoogleCodeExporter commented 8 years ago
Applied and committed... SVN r1785

Thanks..

Original comment by kdeko...@gmail.com on 24 Nov 2010 at 5:41