- Fixed memory leak when moving statics

This commit is contained in:
Andreas Schneider 2009-12-21 01:43:44 +01:00
parent a7c74c114e
commit 4f4e9eb0d7
1 changed files with 3 additions and 0 deletions

View File

@ -881,6 +881,9 @@ begin
insertPacket.Free;
deletePacket.Free;
movePacket.Free;
sourceSubscriptions.Free;
targetSubscriptions.Free;
end;
end;
end;