Fixes: a4bae92c7de487fa3e33ed2635244c0f49d0d2f0
Introduced in !8478
From: Yuxuan Shui yshui@codeweavers.com
Fixes: a4bae92c7de487fa3e33ed2635244c0f49d0d2f0 --- dlls/cfgmgr32/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/cfgmgr32/main.c b/dlls/cfgmgr32/main.c index 4ba2aee672d..6f3b058c237 100644 --- a/dlls/cfgmgr32/main.c +++ b/dlls/cfgmgr32/main.c @@ -611,7 +611,7 @@ static HRESULT device_query_context_add_object( DEV_OBJECT obj, void *data ) LeaveCriticalSection( &ctx->cs );
for (i = 0; i < obj.cPropertyCount; i++) - free( props->Buffer ); + free( props[i].Buffer ); free( props ); return hr; }
This merge request was approved by Vibhav Pant.
First victim of [ASan CI tests](https://gitlab.winehq.org/yshui/wine/-/jobs/175149/viewer#L525) XD