mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 19:51:58 +01:00
fixed SF# 2009707 small bug in Net/ICMPPacketImpl.cpp
This commit is contained in:
@@ -73,7 +73,7 @@ ICMPPacketImpl::ICMPPacketImpl(int dataSize):
|
|||||||
|
|
||||||
ICMPPacketImpl::~ICMPPacketImpl()
|
ICMPPacketImpl::~ICMPPacketImpl()
|
||||||
{
|
{
|
||||||
delete _pPacket;
|
delete [] _pPacket;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user