[PATCH 5/9] msscript.ocx: Implement ScriptProcedureCollection::get_Item.

Jacek Caban jacek at codeweavers.com
Tue Aug 11 06:51:37 CDT 2020


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;


You leak typeinfo here.


Thanks,

Jacek

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20200811/b8130348/attachment-0001.htm>


More information about the wine-devel mailing list