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
We should probably take a proper look to all this stuff since I don't like much how we deal with custom Destroy() methods that call delete this and so on.
Full rationale in #222. It will leak if, for any reason,
SetRemoteParameters()
fails in the constructor.Lesson learned: If B is child of A and B constructor throws an exception, B destructor won't be called, but A destructor will be.
The text was updated successfully, but these errors were encountered: