2
0
mirror of https://github.com/dpethes/rerogue.git synced 2025-06-07 18:58:32 +02:00

hmt parser: add missing free

This commit is contained in:
dpethes 2014-10-09 07:37:19 +02:00
parent b7e99d95b2
commit 846f323e90

View File

@ -88,6 +88,8 @@ begin
tex.data_offset := f.ReadDWord;
f.ReadBuffer(tex.unknown, 48);
end;
f.Free;
end;
var