Rob Shearman : shlwapi: Initialise id field of ConPt object in connection point tests.

Alexandre Julliard julliard at winehq.org
Wed Dec 30 10:18:18 CST 2009


Module: wine
Branch: master
Commit: 7da10bca338049857eefa5af3cae7bf43419f105
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7da10bca338049857eefa5af3cae7bf43419f105

Author: Rob Shearman <robertshearman at gmail.com>
Date:   Wed Dec 30 13:15:08 2009 +0000

shlwapi: Initialise id field of ConPt object in connection point tests.

---

 dlls/shlwapi/tests/ordinal.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/shlwapi/tests/ordinal.c b/dlls/shlwapi/tests/ordinal.c
index 5227ea7..31fced9 100644
--- a/dlls/shlwapi/tests/ordinal.c
+++ b/dlls/shlwapi/tests/ordinal.c
@@ -1095,6 +1095,7 @@ static HRESULT WINAPI Contain_FindConnectionPoint(
         pt->sinkCount = 0;
         pt->sink = NULL;
         pt->container = iface;
+        pt->id = IID_IDispatch;
 
         if (iface->ptCount == 0)
             iface->pt =HeapAlloc(GetProcessHeap(),0,sizeof(IUnknown*));




More information about the wine-cvs mailing list