diff options
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/main/texstore.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/texstore.c b/src/mesa/main/texstore.c index 31163f67717..c7a459e477d 100644 --- a/src/mesa/main/texstore.c +++ b/src/mesa/main/texstore.c @@ -764,7 +764,6 @@ texstore_rgba(TEXSTORE_PARAMS) tempRGBA = malloc(4 * elementCount * sizeof(float)); if (!tempRGBA) { free(tempImage); - free(tempRGBA); return GL_FALSE; } |