From 0c28c71e1299cad4f74aab8d786ca107361ad41f Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Sat, 27 Jul 2019 16:43:43 +0000 Subject: [PATCH] remove incorrect note about pointer leaking Signed-off-by: Ivailo Monev --- src/network/kernel/qhostaddress.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/network/kernel/qhostaddress.cpp b/src/network/kernel/qhostaddress.cpp index b1f888ada..36bc36909 100644 --- a/src/network/kernel/qhostaddress.cpp +++ b/src/network/kernel/qhostaddress.cpp @@ -522,8 +522,6 @@ QHostAddress::QHostAddress(SpecialAddress address) */ QHostAddress::~QHostAddress() { - // ###: leaking pointer, something is accessing it? - // delete d; } /*! -- 2.11.0