[Mplayer-cvslog] CVS: main/DOCS/tech TODO,1.69,1.70
Gabucino
gabucino at mplayerhq.hu
Thu Jan 30 18:09:17 CET 2003
Arpi wrote:
> sorry but i won't delay release for some bugs happens only on your
> nonsense configs with stereo soundcard+ega+v4l+0.1bpp+286 or whatever
Thanks for flaming be (part two), but -vo null -nosound doesn't have
anything in common with SB Pro and my graphics card, and you know that.
> try to remove all free() from string and string_list parts of m_option.c and
> see if it fixes the problem. i think it will.
Thx for the tip, I experimented with some free()'s, and finally pinpointed
where the sig11 occurs.
--- ../main/m_option.c Fri Jan 3 13:40:09 2003
+++ m_option.c Thu Jan 30 18:05:47 2003
@@ -367,8 +367,8 @@
for(i = 0 ; d[i] != NULL ; i++)
- free(d[i]);
- free(d);
+ // free(d[i]);
+ //free(d);
VAL(dst) = NULL;
}
After this patch, it doesn't segfault anymore.
--
Gabucino
MPlayer Core Team
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 232 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-cvslog/attachments/20030130/8f750675/attachment.pgp>
More information about the MPlayer-cvslog
mailing list