aboutsummaryrefslogtreecommitdiff
path: root/src/game/WaypointManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/WaypointManager.h')
-rw-r--r--src/game/WaypointManager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/WaypointManager.h b/src/game/WaypointManager.h
index b70d07a9b9b..7efca558146 100644
--- a/src/game/WaypointManager.h
+++ b/src/game/WaypointManager.h
@@ -47,6 +47,7 @@ class WaypointStore
// Null Mutex is OK because WaypointMgr is initialized in the World thread before World is initialized
static WaypointStore* instance() { return ACE_Singleton<WaypointStore, ACE_Null_Mutex>::instance(); }
+ ~WaypointStore() { Free(); }
void UpdatePath(uint32 id);
void Load();
void Free();