Fix segfault when exception occurs in constructor. The base constructor has...
Fix segfault when exception occurs in constructor. The base constructor has already been called so the destructor IS called, no need to free (or double free will occur)
parent
a44a5cb7
Please register or sign in to comment