Skip to content

Commit 7fc2462

Browse files
committed
fixed SF# 2009707 small bug in Net/ICMPPacketImpl.cpp
1 parent 25efa0f commit 7fc2462

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Net/src/ICMPPacketImpl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ ICMPPacketImpl::ICMPPacketImpl(int dataSize):
7373

7474
ICMPPacketImpl::~ICMPPacketImpl()
7575
{
76-
delete _pPacket;
76+
delete [] _pPacket;
7777
}
7878

7979

0 commit comments

Comments
 (0)