Author: akhaldi
Date: Thu Aug 18 10:50:14 2016
New Revision: 72313

URL: http://svn.reactos.org/svn/reactos?rev=72313&view=rev
Log:
[WBEMDISP] Sync with Wine Staging 1.9.16. CORE-11866

Modified:
    trunk/reactos/dll/win32/wbemdisp/locator.c
    trunk/reactos/media/doc/README.WINE

Modified: trunk/reactos/dll/win32/wbemdisp/locator.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/wbemdisp/locator.c?rev=72313&r1=72312&r2=72313&view=diff
==============================================================================
--- trunk/reactos/dll/win32/wbemdisp/locator.c  [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/wbemdisp/locator.c  [iso-8859-1] Thu Aug 18 
10:50:14 2016
@@ -1215,7 +1215,8 @@
     if (!refs)
     {
         TRACE( "destroying %p\n", locator );
-        IWbemLocator_Release( locator->locator );
+        if (locator->locator)
+            IWbemLocator_Release( locator->locator );
         heap_free( locator );
     }
     return refs;

Modified: trunk/reactos/media/doc/README.WINE
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/media/doc/README.WINE?rev=72313&r1=72312&r2=72313&view=diff
==============================================================================
--- trunk/reactos/media/doc/README.WINE [iso-8859-1] (original)
+++ trunk/reactos/media/doc/README.WINE [iso-8859-1] Thu Aug 18 10:50:14 2016
@@ -198,7 +198,7 @@
 reactos/dll/win32/vbscript            # Synced to WineStaging-1.9.11
 reactos/dll/win32/version             # Synced to WineStaging-1.9.11
 reactos/dll/win32/vssapi              # Synced to WineStaging-1.9.11
-reactos/dll/win32/wbemdisp            # Synced to WineStaging-1.9.11
+reactos/dll/win32/wbemdisp            # Synced to WineStaging-1.9.16
 reactos/dll/win32/wbemprox            # Synced to WineStaging-1.9.11
 reactos/dll/win32/windowscodecs       # Synced to WineStaging-1.9.11
 reactos/dll/win32/windowscodecsext    # Synced to WineStaging-1.9.11


Reply via email to