-
- Downloads
Fixing memory leak that was caused by a cyclic shared_ptr reference between...
Fixing memory leak that was caused by a cyclic shared_ptr reference between Robot an RobotConfig. Now RobotConfig uses a weak pointer to a Robot instance. git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@218 042f3d55-54a8-47e9-b7fb-15903f145c44
Showing
- VirtualRobot/EndEffector/EndEffector.cpp 5 additions, 0 deletionsVirtualRobot/EndEffector/EndEffector.cpp
- VirtualRobot/EndEffector/EndEffector.h 1 addition, 0 deletionsVirtualRobot/EndEffector/EndEffector.h
- VirtualRobot/RobotConfig.cpp 59 additions, 28 deletionsVirtualRobot/RobotConfig.cpp
- VirtualRobot/RobotConfig.h 17 additions, 11 deletionsVirtualRobot/RobotConfig.h
Please register or sign in to comment