worked on allocation

This commit is contained in:
aap
2017-08-25 14:06:53 +02:00
parent 040bb6cb51
commit 45b48b8f4e
29 changed files with 591 additions and 386 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ readTGA(const char *afilename)
}
file.close();
delete[] data;
rwFree(data);
return image;
}