Sfoglia il codice sorgente

* Call inherited destructor

git-svn-id: trunk@34195 -
michael 9 anni fa
parent
commit
c715aa5188
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;