Skip to content
Snippets Groups Projects
Forked from iMSTK / iMSTK
3558 commits behind the upstream repository.
Sean Radigan's avatar
Sean Radigan authored
VRPNDeviceServer did not properly setting framework termination flags
VRPNDeviceServer was also wrapping vrpn_Connection in a shared_ptr,
this was causing a double delete because vrpn_ConnectionManager
cleans up after connections made with vrpn_create_server_connection()
f7d0354c
History