j
k
j a
j l
Hi Gabriel,
On 10.08.2020 16:58, Gabriel Ivăncescu wrote:
case DESCKIND_TYPECOMP: ITypeComp_Release(bindptr.lptcomp); break; default: break; } return CTL_E_ILLEGALFUNCTIONCALL;
case DESCKIND_TYPECOMP:
ITypeComp_Release(bindptr.lptcomp);
break;
default:
}
return CTL_E_ILLEGALFUNCTIONCALL;
You leak typeinfo here.
Thanks,
Jacek
Attachments:
Back to the thread
Back to the list