diff --git a/external/3rd/library/webAPI/webAPIHeartbeat.cpp b/external/3rd/library/webAPI/webAPIHeartbeat.cpp index 4cbbad3c..46c64951 100644 --- a/external/3rd/library/webAPI/webAPIHeartbeat.cpp +++ b/external/3rd/library/webAPI/webAPIHeartbeat.cpp @@ -45,6 +45,4 @@ webAPIHeartbeat::webAPIHeartbeat() { } else { this->eatIt(); } - - this->~webAPIHeartbeat(); } diff --git a/game/server/application/SwgGameServer/src/linux/main.cpp b/game/server/application/SwgGameServer/src/linux/main.cpp index 085eeaa2..a964490d 100755 --- a/game/server/application/SwgGameServer/src/linux/main.cpp +++ b/game/server/application/SwgGameServer/src/linux/main.cpp @@ -38,7 +38,7 @@ int main(int argc, char ** argv) { - auto wb = StellaBellum::webAPIHeartbeat(); + StellaBellum::webAPIHeartbeat(); SetupSharedThread::install(); SetupSharedDebug::install(1024);