remove incorrect note about pointer leaking

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2019-07-27 16:43:43 +00:00
parent 280aba512e
commit 0c28c71e12

View file

@ -522,8 +522,6 @@ QHostAddress::QHostAddress(SpecialAddress address)
*/
QHostAddress::~QHostAddress()
{
// ###: leaking pointer, something is accessing it?
// delete d;
}
/*!