Remove suspicious and suspiciously dead code
A destructor would never have to release its own object, since the destructor is only called when the object is not referenced anymore. On the other hand, it is not clear to me whether SD objects still need a destructor.
Showing
Please register or sign in to comment