Alistair Leslie-Hughes : ole32/tests: Assign a default value (clang).

Alexandre Julliard julliard at winehq.org
Fri Mar 16 11:27:49 CDT 2012


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

Author: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Date:   Tue Jan 31 20:00:39 2012 +1100

ole32/tests: Assign a default value (clang).

---

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

diff --git a/dlls/ole32/tests/ole2.c b/dlls/ole32/tests/ole2.c
index 6641683..7b4f36a 100644
--- a/dlls/ole32/tests/ole2.c
+++ b/dlls/ole32/tests/ole2.c
@@ -914,6 +914,7 @@ static void test_OleCreate(IStorage *pStorage)
     IOleObject_Release(pObject);
     CHECK_NO_EXTRA_METHODS();
     trace("end\n");
+    g_expected_fetc = NULL;
 }
 
 static void test_OleLoad(IStorage *pStorage)




More information about the wine-cvs mailing list