Shadow Walker wrote:

Matthias Saou wrote:

Actually :
- It was segfaulting (with xmame.x11) when xv & fullscreen were on

you're right, i tried and it segfault, it seems that its segfaulting only when the build is optimised, I'll try to find the problem this weekend (seems that I'm freeing some strings like "xvext" where I should not in create_Renderer_Related_options_string / option.c)
you wont have to wait the weekend, I think I found the problem:
in option.c
change at line 5808
 gchar *geometry;
to
 gchar *geometry = NULL;
to should solve the problem
and to be cleaner, at line 5850,
after
 g_free(xvext);
you can add
 g_free(mitshm);

--
Shad
http://gxmame.sourceforge.net



_______________________________________________
Xmame mailing list
[EMAIL PROTECTED]
http://toybox.twisted.org.uk/mailman/listinfo/xmame

Reply via email to