reduce one mem leak in menu designer

git-svn-id: trunk@12907 -
This commit is contained in:
paul 2007-11-17 17:42:17 +00:00
parent fd3a23fd89
commit f6cf2dcbf9

View File

@ -197,7 +197,7 @@ var
index_sequence: Array[1..INDEX_SEQUENCE_LENGTH] of Integer;
XMLConfig: TXMLConfig;
XMLConfig: TXMLConfig = nil;
function TDesignerMainMenu.GetDesigner: TComponentEditorDesigner;
begin
@ -2257,4 +2257,7 @@ end;
initialization
finalization
XMLConfig.Free;
end.