diff --git a/runtime/pgAdmin4.cpp b/runtime/pgAdmin4.cpp index bb78088..21e91d2 100644 --- a/runtime/pgAdmin4.cpp +++ b/runtime/pgAdmin4.cpp @@ -237,7 +237,6 @@ int main(int argc, char * argv[]) exit(1); } - QObject::connect(server, SIGNAL(finished()), server, SLOT(deleteLater())); server->start(); // This is a hack to give the server a chance to start and potentially fail. As