Fixed memory leak

This commit is contained in:
Robert Osfield
2016-06-10 17:19:41 +01:00
parent afb6f3b62a
commit e2fcc32d7c

View File

@@ -411,6 +411,7 @@ int *numComponents_ret)
}
if (linebuf) delete [] linebuf;
if (colormap) delete [] colormap;
if (tgaerror)
{