You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some classes extensively use pointers (mtsVFController is a notable example) and aren't properly deleting them in the destructor. I will go through and fix these problems, but it may be worth using smart pointers instead so these problems are less likely to occur in the future. In fact, shared pointers completely negate the need for tracking "users" of kinematics and sensor objects.
The text was updated successfully, but these errors were encountered:
Some classes extensively use pointers (mtsVFController is a notable example) and aren't properly deleting them in the destructor. I will go through and fix these problems, but it may be worth using smart pointers instead so these problems are less likely to occur in the future. In fact, shared pointers completely negate the need for tracking "users" of kinematics and sensor objects.
The text was updated successfully, but these errors were encountered: