OSDN Git Service

remove incorrect note about pointer leaking
authorIvailo Monev <xakepa10@laimg.moc>
Sat, 27 Jul 2019 16:43:43 +0000 (16:43 +0000)
committerIvailo Monev <xakepa10@laimg.moc>
Sat, 27 Jul 2019 16:43:43 +0000 (16:43 +0000)
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
src/network/kernel/qhostaddress.cpp

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