From 7352ca01b7b4babf1782787c1e5a1f621e88ef39 Mon Sep 17 00:00:00 2001 From: nsubiron Date: Mon, 28 Aug 2017 19:12:21 +0200 Subject: [PATCH] Fix random crashes when async server is destroyed --- Util/CarlaServer/source/carla/server/AsyncServer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Util/CarlaServer/source/carla/server/AsyncServer.h b/Util/CarlaServer/source/carla/server/AsyncServer.h index c637c9bf6..c73297fa9 100644 --- a/Util/CarlaServer/source/carla/server/AsyncServer.h +++ b/Util/CarlaServer/source/carla/server/AsyncServer.h @@ -50,9 +50,9 @@ namespace server { private: - AsyncService _service; - server_type _server; + + AsyncService _service; }; // ===========================================================================