This commit is contained in:
Dmitry Tsarevich 2025-04-03 16:03:35 +03:00 committed by GitHub
commit c327d056e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -713,6 +713,7 @@ unsigned char *ImgUtl_ReadBMPAsRGBA( const char *bmpPath, int &width, int &heigh
}
else
{
fclose( fp );
errcode = CE_ERROR_PARSING_SOURCE;
}
return NULL;