no message

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1334 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Unknown (UG)
1999-01-08 11:09:14 +00:00
parent 6c905cb7fd
commit b39c6b72d3

View File

@@ -575,7 +575,7 @@ bool wxPNGHandler::LoadFile( wxImage *image, const wxString& name )
} }
} }
for (unsigned int i = 0; i < height; i++) free( lines[i] ); for (unsigned int j = 0; j < height; j++) free( lines[j] );
free( lines ); free( lines );
if (transp) if (transp)