no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1334 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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 );
|
||||
|
||||
if (transp)
|
||||
|
Reference in New Issue
Block a user