svn path=/trunk/boinc/; revision=25751
This commit is contained in:
David Anderson 2012-06-10 05:47:09 +00:00
parent 54078e92c4
commit 72ab18c0f8
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ tImageTGA *LoadTGA(const char *filename) {
}
} else {
// Else return a NULL for a bad or unsupported pixel format
free(pImageDatae);
free(pImageData);
fclose(pFile);
return NULL;
}