This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
progs/util: Fix memory leak if LoadYUVImage fails.
tags/mesa_7_7_rc1
Vinson Lee
15 years ago
parent
60769b232c
commit
0e790ac353
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
progs/util/readtex.c
+ 1
- 0
progs/util/readtex.c
View File
@@ -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;
}
Write
Preview
Loading…
Cancel
Save