mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 05:59:28 +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
|
||||
Clear;
|
||||
FList.Free;
|
||||
Inherited;
|
||||
end;
|
||||
|
||||
procedure TIPCServerMsgQueue.Clear;
|
||||
|
Loading…
Reference in New Issue
Block a user