Files
OpenSceneGraph/include
Robert Osfield 0c84f2deff From Cedric Pinson, "Here a fix about a leak in InputStream::decompress
I changed
       _in->setStream( new std::stringstream(data) );
to
       _dataDecompress = new std::stringstream(data);
       _in->setStream( _dataDecompress );

Then when the destructor is of InputStream is called I delete the
dataDecompress stringstream.
"
2010-06-15 10:02:34 +00:00
..
2010-01-27 17:09:05 +00:00
2010-06-02 18:09:34 +00:00
2010-06-03 15:07:21 +00:00
2010-05-18 10:12:30 +00:00