# HG changeset patch # User Stepan777 # Date 1335059964 -7200 # Node ID a2f9a9a62dc5fde9f07b9c26592269856f6652b3 # Parent 6f5e1e64f1066383828ad5814669014b45bda563 memory leak in hwform.cpp (issue 386) diff -r 6f5e1e64f106 -r a2f9a9a62dc5 QTfrontend/hwform.cpp --- a/QTfrontend/hwform.cpp Sun Apr 22 02:10:44 2012 +0200 +++ b/QTfrontend/hwform.cpp Sun Apr 22 03:59:24 2012 +0200 @@ -1180,6 +1180,7 @@ netPort = hpd->sbPort->value(); NetConnectServer(*netHost, netPort); } + delete hpd; } void HWForm::NetStartServer()