progs/util: Fix memory if LoadRGBMipmaps2 fails.

(cherry picked from commit 28b8e4bcd7)
This commit is contained in:
Vinson Lee 2009-11-17 08:29:36 -08:00
parent 4ca8e1680e
commit 84de1672d3
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;
}