mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-20 06:17:15 +01:00
fixed SF# 2009707 small bug in Net/ICMPPacketImpl.cpp
This commit is contained in:
parent
25efa0fd38
commit
7fc2462ed1
@ -73,7 +73,7 @@ ICMPPacketImpl::ICMPPacketImpl(int dataSize):
|
||||
|
||||
ICMPPacketImpl::~ICMPPacketImpl()
|
||||
{
|
||||
delete _pPacket;
|
||||
delete [] _pPacket;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user