fixed memleak

git-svn-id: trunk@8294 -
This commit is contained in:
vincents 2005-12-11 19:54:14 +00:00
parent c8ec0e9c0a
commit a0c6abbb8d

View File

@ -7557,6 +7557,8 @@ begin
if FReadOnly<>nil then Dispose(FReadOnly);
if FWidth<>nil then Dispose(FWidth);
if FLayout<>nil then Dispose(FLayout);
if FMaxSize<>nil then Dispose(FMaxSize);
if FMinSize<>nil then Dispose(FMinSize);
FreeThenNil(FPickList);
FreeThenNil(FFont);
FreeThenNil(FTitle);