From: Braden M. <br...@us...> - 2007-02-13 08:57:34
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12768 Modified Files: ChangeLog Log Message: Define the scoped_lock before the call to setjmp; otherwise, a longjmp call from libjpeg code will prevent the destructor from running (and freeing the mutex). Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1453 retrieving revision 1.1454 diff -C2 -d -r1.1453 -r1.1454 *** ChangeLog 12 Feb 2007 21:55:11 -0000 1.1453 --- ChangeLog 13 Feb 2007 08:57:02 -0000 1.1454 *************** *** 1,2 **** --- 1,10 ---- + 2007-02-13 Braden McDaniel <br...@en...> + + * src/libopenvrml/openvrml/vrml97node.cpp + (image_stream_listener::jpeg_reader::do_read(const + std::vector<unsigned char> &)): Define the scoped_lock before the + call to setjmp; otherwise, a longjmp call from libjpeg code will + prevent the destructor from running (and freeing the mutex). + 2007-02-12 Braden McDaniel <br...@en...> |