mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 20:26:00 +02:00
* fixed memory leak in TOmfObjInput.ReadExtDef
git-svn-id: trunk@31313 -
This commit is contained in:
parent
9fc100574c
commit
0cd1a88588
@ -1098,6 +1098,7 @@ implementation
|
||||
objsym.offset:=0;
|
||||
objsym.size:=0;
|
||||
end;
|
||||
ExtDefRec.Free;
|
||||
Result:=True;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user