Re: [PATCH 05/27] [Kernel32]: ActCtx: now storing path info for app & config in manifest
9 May
2007
9 May
'07
5:33 a.m.
Eric Pouech <eric.pouech(a)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(a)winehq.org
6882
Age (days ago)
6882
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard