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
The std::map used by the factory might leak. Check that every call to "new" has its corresponding call to "delete", and that already existing PiPoCreators don't get instantiated more than once. (the constructor of PiPoHost : calls PiPoCollection::init(). What if we create a lot of hosts ?)
The text was updated successfully, but these errors were encountered:
The std::map used by the factory might leak. Check that every call to "new" has its corresponding call to "delete", and that already existing PiPoCreators don't get instantiated more than once. (the constructor of PiPoHost : calls PiPoCollection::init(). What if we create a lot of hosts ?)
The text was updated successfully, but these errors were encountered: