- Fixed memory leak when moving statics
This commit is contained in:
parent
a7c74c114e
commit
4f4e9eb0d7
|
@ -881,6 +881,9 @@ begin
|
||||||
insertPacket.Free;
|
insertPacket.Free;
|
||||||
deletePacket.Free;
|
deletePacket.Free;
|
||||||
movePacket.Free;
|
movePacket.Free;
|
||||||
|
|
||||||
|
sourceSubscriptions.Free;
|
||||||
|
targetSubscriptions.Free;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
Loading…
Reference in New Issue