[DEVENUM] Property bag fix

Christian Costa titan.costa at wanadoo.fr
Wed Dec 8 14:35:00 CST 2004


Hi,

Changelog:
Initialize the hkey member when creating the propery bag object.

Christian Costa   titan.costa at wanadoo.fr

-------------- next part --------------
? .createdevenum.c.swp
? .mediacatenum.c.swp
? pbhkey.diff
Index: mediacatenum.c
===================================================================
RCS file: /home/wine/wine/dlls/devenum/mediacatenum.c,v
retrieving revision 1.10
diff -u -r1.10 mediacatenum.c
--- mediacatenum.c	7 Dec 2004 14:37:11 -0000	1.10
+++ mediacatenum.c	8 Dec 2004 20:12:38 -0000
@@ -277,6 +277,7 @@
         return E_OUTOFMEMORY;
     rpb->lpVtbl = &IPropertyBag_Vtbl;
     rpb->ref = 1;
+    rpb->hkey = hkey;
     *ppBag = (IPropertyBag*)rpb;
     DEVENUM_LockModule();
     return S_OK;


More information about the wine-patches mailing list