? diff Index: fg_GraphicRaster.cpp =================================================================== RCS file: /cvsroot/abi/src/text/fmt/xp/fg_GraphicRaster.cpp,v retrieving revision 1.24 diff -u -r1.24 fg_GraphicRaster.cpp --- fg_GraphicRaster.cpp 25 Feb 2002 21:14:49 -0000 1.24 +++ fg_GraphicRaster.cpp 4 Mar 2002 18:19:00 -0000 @@ -251,7 +250,7 @@ DELETEP(m_pbbPNG); m_pbbPNG = pBB; - m_bOwnPNG = true; + m_bOwnPNG = false; // We want to calculate the dimensions of the image here. return UT_PNG_getDimensions(pBB, m_iWidth, m_iHeight);