fix memory leaks

This commit is contained in:
Aditya Kulkarni
2018-11-01 23:34:45 -07:00
parent 2c7c57e39b
commit 2a089d9692
4 changed files with 22 additions and 36 deletions

View File

@@ -46,6 +46,8 @@ private:
void showError(QString explanation);
void doRPCSetConnection(Connection* conn);
QDialog* d;
Ui_ConnectionDialog* connD;
@@ -122,4 +124,4 @@ public:
}
};
#endif
#endif