* fixed memory leak in TOmfObjInput.ReadExtDef

git-svn-id: trunk@31313 -
This commit is contained in:
nickysn 2015-08-11 13:39:26 +00:00
parent 9fc100574c
commit 0cd1a88588

View File

@ -1098,6 +1098,7 @@ implementation
objsym.offset:=0;
objsym.size:=0;
end;
ExtDefRec.Free;
Result:=True;
end;