overte-HifiExperiments/interface
Anthony Thibault b467267e40 Fix for bad static_pointer_cast on exit.
Identified by Address Sanatizer on Linux.

On exit ~Applicaiton calls AvatarManager::deleteAllAvatars.  This iterates over all avatars remaining in the _avatarHash.
Typically this includes the MyAvatar instance.  In this case the previous code would attempt to static cast an AvatarData pointer to an instance
of OtherAvatar.  This might be harmless, but could also lead hard to diagnose issues such as memory corruption.
2018-09-24 11:47:05 -07:00
..
compiledResources
external
i18n
icon
resources Merge branch 'master' of github.com:highfidelity/hifi into discovery_appUi 2018-09-17 11:11:21 -07:00
src Fix for bad static_pointer_cast on exit. 2018-09-24 11:47:05 -07:00
ui
CMakeLists.txt adding redirect json to post build in Mac 2018-09-04 11:11:34 -07:00
interface.exe.manifest