[MPlayer-dev-eng] [PATCH] Fix segmentation fault when pressing U (stop playing) in GUI
Ingo Brückl
ib at wupperonline.de
Mon Jun 6 17:30:18 CEST 2011
Reimar Döffinger wrote on Mon, 6 Jun 2011 17:10:44 +0200:
> Unlikely here, but it would still be interesting to
> see what happens when you just add this
>> -#ifdef MP_DEBUG
>> - assert(iter != NULL);
>> -#endif
>> + if (!iter) return;
> also to play_tree_iter_up_step.
The GUI continues playing its list. As mentioned, they use different
lists. And yes, I've checked this approach prior to posting the patch. ;-)
Ingo
More information about the MPlayer-dev-eng
mailing list