Who do I send this to on the core team?

diff -ur xmame-0.58.1/src/drivers/outrun.c xmame-0.58.1-snf/src/drivers/outrun.c
--- xmame-0.58.1/src/drivers/outrun.c   Tue Feb  5 22:33:18 2002
+++ xmame-0.58.1-snf/src/drivers/outrun.c       Fri Feb  8 17:53:13 2002
@@ -84,6 +84,7 @@
        int start_color,int end_color, int source_size )
 {
        UINT8 *buf = malloc( source_size );
+       UINT8 *buf_base = buf;
        if( buf ){
                UINT8 *gr = memory_region(REGION_GFX3);
                UINT8 *grr = NULL;
@@ -145,7 +146,7 @@
                i=1;
                while ( (1<<i) < sys16_gr_bitmap_width ) i++;
                sys16_gr_bitmap_width=i; /* power of 2 */
-               free(buf);
+               free(buf_base);
        }
 }

-- 
Steve 'Nephtes' Freeland | For Christmas this year I'd like to see Martha
[EMAIL PROTECTED]         | Stewart compete on an episode of Junkyard Wars.

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

Reply via email to