memory leak in hwform.cpp (
issue #386)
--- 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()