mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 12:49:12 +02:00
* Call inherited destructor
git-svn-id: trunk@34195 -
This commit is contained in:
parent
59303c5113
commit
c715aa5188
@ -292,6 +292,7 @@ destructor TIPCServerMsgQueue.Destroy;
|
|||||||
begin
|
begin
|
||||||
Clear;
|
Clear;
|
||||||
FList.Free;
|
FList.Free;
|
||||||
|
Inherited;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TIPCServerMsgQueue.Clear;
|
procedure TIPCServerMsgQueue.Clear;
|
||||||
|
Loading…
Reference in New Issue
Block a user