Explorar el Código

* Call inherited destructor

git-svn-id: trunk@34195 -
michael hace 9 años
padre
commit
c715aa5188
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;