Skip to content
Snippets Groups Projects
Forked from iMSTK / iMSTK
Source project has a limited visibility.
  • Sean Radigan's avatar
    f7d0354c
    BUG: Fixed examples to properly shutdown · f7d0354c
    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
    BUG: Fixed examples to properly shutdown
    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()