Closed TechnikEmpire closed 7 years ago
Since we free the PMIB pointers in associated methods, need to change those params to pointer-to-pointer and have the methods set the pPMIB to nullptr after freeing, to avoid potential double frees.
Can't do this in C++/CLR because it's stupid.
Since we free the PMIB pointers in associated methods, need to change those params to pointer-to-pointer and have the methods set the pPMIB to nullptr after freeing, to avoid potential double frees.