[PATCH 05/27] [Kernel32]: ActCtx: now storing path info for app & config in manifest

Alexandre Julliard julliard at winehq.org
Wed May 9 05:33:29 CDT 2007


Eric Pouech <eric.pouech at wanadoo.fr> writes:

>              HeapFree(GetProcessHeap(), 0, actctx->assemblies);
> -            actctx->magic = 0;
> +            HeapFree(GetProcessHeap(), 0, (void*)actctx->config.info);
> +            HeapFree(GetProcessHeap(), 0, (void*)actctx->app.info);

Please don't cast off const, we are trying to get rid of these
warnings. If the strings need to be freed then they cannot be const.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list