(cherry picked from commit 0e790ac353
)
tags/mesa-7.6.1-rc2-1
@@ -438,6 +438,7 @@ GLushort *LoadYUVImage( const char *imageFile, GLint *width, GLint *height ) | |||
fprintf(stderr, | |||
"Error in LoadYUVImage %d-component images not implemented\n", | |||
image->components ); | |||
FreeImage(image); | |||
return NULL; | |||
} | |||