mirror of https://github.com/BOINC/boinc.git
parent
54078e92c4
commit
72ab18c0f8
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue