Hi
This simple patch fixes referencing of unallocated memory in mplex.
Mikulas
--- MPLEX/INTERACT.CPP_ 2004-05-31 22:01:40.000000000 +0100
+++ MPLEX/INTERACT.CPP 2004-05-31 22:01:43.000000000 +0100
@@ -200,8 +200,8 @@
}
#endif
bad_file = true;
- delete bs;
mjpeg_error ("File %s unrecogniseable!", bs->StreamName());
+ delete bs;
}
if( bad_file )
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users