From c0f05cc2647a35e27fef8856164481b5adb35223 Mon Sep 17 00:00:00 2001 From: winesync Date: Thu, 4 Jan 2024 20:30:46 +0100 Subject: [PATCH] [WINESYNC] setupapi: Fix some memory leaks in SetupDiGetINFClassA. Spotted with Valgrind. wine commit id c66d27c55588b0ab3406ce4729348beec3aab536 by Andrew Nguyen --- sdk/tools/winesync/setupapi.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/tools/winesync/setupapi.cfg b/sdk/tools/winesync/setupapi.cfg index b216115d5dd..8fbd25b85f0 100644 --- a/sdk/tools/winesync/setupapi.cfg +++ b/sdk/tools/winesync/setupapi.cfg @@ -5,4 +5,4 @@ files: dlls/setupapi/misc.c: dll/win32/setupapi/misc.c dlls/setupapi/stubs.c: dll/win32/setupapi/stubs.c tags: - wine: 8fffb22f1e3e81dd5f745020f6fb235a9794697b + wine: c66d27c55588b0ab3406ce4729348beec3aab536