[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wine-devel
Subject:    [PATCH v2 4/5] ole32: Reset CLSID of datacache so that automatic entry is re-created on load.
From:       Sergio Gómez Del Real <sdelreal () codeweavers ! com>
Date:       2018-03-30 17:11:36
Message-ID: 20180330171137.2987-4-sdelreal () codeweavers ! com
[Download RAW message or body]

Signed-off-by: Sergio Gómez Del Real <sdelreal@codeweavers.com>
---
 dlls/ole32/datacache.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/ole32/datacache.c b/dlls/ole32/datacache.c
index 0f23faf08c..452e171e4c 100644
--- a/dlls/ole32/datacache.c
+++ b/dlls/ole32/datacache.c
@@ -1862,6 +1862,7 @@ static HRESULT WINAPI DataCache_Load( IPersistStorage *iface, IStorage *stg )
         DataCacheEntry_Destroy( This, entry );
 
     ReadClassStg( stg, &clsid );
+    This->clsid = CLSID_NULL;
     hr = create_automatic_entry( This, &clsid );
     if (FAILED( hr )) return hr;
 
-- 
2.14.1




[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic