fixed SF# 2009707 small bug in Net/ICMPPacketImpl.cpp

This commit is contained in:
Guenter Obiltschnig 2008-07-03 13:00:53 +00:00
parent 25efa0fd38
commit 7fc2462ed1

View File

@ -73,7 +73,7 @@ ICMPPacketImpl::ICMPPacketImpl(int dataSize):
ICMPPacketImpl::~ICMPPacketImpl()
{
delete _pPacket;
delete [] _pPacket;
}