sizeof(char) is 1. By definition.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -567,7 +567,7 @@ wxPNGHandler::LoadFile(wxImage *image,
|
||||
|
||||
for (i = 0; i < height; i++)
|
||||
{
|
||||
if ((lines[i] = (unsigned char *)malloc( (size_t)(width * (sizeof(unsigned char) * 4)))) == NULL)
|
||||
if ((lines[i] = (unsigned char *)malloc( (size_t)(width * 4))) == NULL)
|
||||
goto error;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user