mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
Fix memory leak
This commit is contained in:
@@ -616,6 +616,7 @@ bool Aura::Process()
|
|||||||
it = spawned_for.erase(it);
|
it = spawned_for.erase(it);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
safe_delete(app);
|
||||||
}
|
}
|
||||||
// TODO: waypoints?
|
// TODO: waypoints?
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user