Browse Source

* NeedResolving must be freed

git-svn-id: trunk@10581 -
michael 17 years ago
parent
commit
61fb196c73
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/objpas/classes/classes.inc

+ 1 - 1
rtl/objpas/classes/classes.inc

@@ -1680,7 +1680,7 @@ begin
   DoneCriticalsection(ResolveSection);
   GlobalLists.Free;
   ComponentPages.Free;
-
+  FreeAndNil(NeedResolving);
   { GlobalNameSpace is an interface so this is enough }
   GlobalNameSpace:=nil;