overte-thingvellir/interface
Anthony J. Thibault f0dba9e766 Prevent crash on exit.
If you or another user begins to near-grab an object while you exit the application, you might run into this crash.
The PhysicalEntitySimulation has a list of AvatarHoldActions shared_ptr's.
When it is destroyed, via the Application destructor, it will release these pointers.
This in turn will invoke a AvatarHoldAction destructor, which attempts to reference the AvatarManager via the DependencyManager.
However at this point the AvatarManager has already been destroyed, leading to a null dereference.

The fix is to check the AvatarManager pointer first.
2016-10-12 16:29:05 -07:00
..
external
i18n
icon
resources Fix checkbox not being disabled per dropdown default 2016-10-13 08:37:30 +13:00
src Prevent crash on exit. 2016-10-12 16:29:05 -07:00
ui
CMakeLists.txt Merge branch 'master' of https://github.com/highfidelity/hifi into low-latency-audio 2016-09-06 20:56:20 -07:00
interface.exe.manifest