* Call inherited destructor

git-svn-id: trunk@34195 -
This commit is contained in:
michael 2016-07-23 19:47:10 +00:00
parent 59303c5113
commit c715aa5188

View File

@ -292,6 +292,7 @@ destructor TIPCServerMsgQueue.Destroy;
begin
Clear;
FList.Free;
Inherited;
end;
procedure TIPCServerMsgQueue.Clear;