Fix memory leak: Free Properties

This commit is contained in:
Merlijn Wajer 2010-03-20 00:16:04 +01:00
parent 30093069c5
commit 0d10835959
1 changed files with 1 additions and 0 deletions

View File

@ -291,6 +291,7 @@ begin
MInternet.Free;
Client.Free;
Includes.free;
Prop.Free;
inherited Destroy;
end;