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:
parent
b7e99d95b2
commit
846f323e90
@ -88,6 +88,8 @@ begin
|
|||||||
tex.data_offset := f.ReadDWord;
|
tex.data_offset := f.ReadDWord;
|
||||||
f.ReadBuffer(tex.unknown, 48);
|
f.ReadBuffer(tex.unknown, 48);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
f.Free;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
var
|
var
|
||||||
|
Loading…
x
Reference in New Issue
Block a user