progs/util: Fix memory if LoadRGBMipmaps2 fails.

This commit is contained in:
Vinson Lee 2009-11-17 08:29:36 -08:00
parent 081bf9563f
commit 28b8e4bcd7
1 changed files with 1 additions and 0 deletions

View File

@ -305,6 +305,7 @@ GLboolean LoadRGBMipmaps2( const char *imageFile, GLenum target,
fprintf(stderr,
"Error in LoadRGBMipmaps %d-component images not implemented\n",
image->components );
FreeImage(image);
return GL_FALSE;
}