mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 08:51:10 +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.offset:=0;
|
||||||
objsym.size:=0;
|
objsym.size:=0;
|
||||||
end;
|
end;
|
||||||
|
ExtDefRec.Free;
|
||||||
Result:=True;
|
Result:=True;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user