ole32: Assign a default value (clang)

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Fri Mar 9 02:54:20 CST 2012


Hi,


Changelog:
       ole32: Assign a default value (clang)


Best Regards
    Alistair Leslie-Hughes


-------------- next part --------------
>From 28126acbbf55a10ad7394d35fd89d20a27166bcc Mon Sep 17 00:00:00 2001
From: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Date: Tue, 31 Jan 2012 20:00:39 +1100
Subject: [PATCH] Reset global variable (clang)
To: wine-patches <wine-patches at winehq.org>

---
 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)
-- 
1.7.5.4





More information about the wine-patches mailing list