Fix leak in HTTPSClient (#2256)
Fixes #2254 The faked certificate was allocated but not deleted in certain cases. Make sure to clean up in the destructor.
Showing
Please register or sign in to comment
Fixes #2254 The faked certificate was allocated but not deleted in certain cases. Make sure to clean up in the destructor.