Browse Source

* fixed memory leak in TOmfObjInput.ReadExtDef

git-svn-id: trunk@31313 -
nickysn 10 years ago
parent
commit
0cd1a88588
1 changed files with 1 additions and 0 deletions
  1. 1 0
      compiler/ogomf.pas

+ 1 - 0
compiler/ogomf.pas

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