Browse Source

* Call inherited destructor

git-svn-id: trunk@34195 -
michael 9 years ago
parent
commit
c715aa5188
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fcl-process/src/simpleipc.pp

+ 1 - 0
packages/fcl-process/src/simpleipc.pp

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