BUG: Fixed examples to properly shutdown
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()
Showing
- Core/Module.cpp 4 additions, 3 deletionsCore/Module.cpp
- Core/SDK.cpp 1 addition, 1 deletionCore/SDK.cpp
- Devices/VRPNDeviceServer.cpp 21 additions, 8 deletionsDevices/VRPNDeviceServer.cpp
- Devices/VRPNDeviceServer.h 1 addition, 7 deletionsDevices/VRPNDeviceServer.h
- Solvers/ConjugateGradient.h 2 additions, 2 deletionsSolvers/ConjugateGradient.h
- VirtualTools/LaparoscopicCameraController.cpp 8 additions, 1 deletionVirtualTools/LaparoscopicCameraController.cpp
Loading
Please register or sign in to comment