mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08:00
sapi-iteration-tokens: Updated patchset
This commit is contained in:
parent
486d9f3f74
commit
38391a1d70
@ -1,14 +1,14 @@
|
||||
From 0aab7e8ef8f33b63fd3589ecf3413822cc36c37b Mon Sep 17 00:00:00 2001
|
||||
From 5326c101e7cd8f0d0197319fd0d7d652d845c20e Mon Sep 17 00:00:00 2001
|
||||
From: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
|
||||
Date: Wed, 22 Sep 2021 19:01:44 +1000
|
||||
Subject: [PATCH 4/8] sapi: EnumTokens setup enumeration members
|
||||
Subject: [PATCH] sapi: EnumTokens setup enumeration members
|
||||
|
||||
---
|
||||
dlls/sapi/token.c | 47 ++++++++++++++++++++++++++++++-----------------
|
||||
1 file changed, 30 insertions(+), 17 deletions(-)
|
||||
dlls/sapi/token.c | 48 ++++++++++++++++++++++++++++++-----------------
|
||||
1 file changed, 31 insertions(+), 17 deletions(-)
|
||||
|
||||
diff --git a/dlls/sapi/token.c b/dlls/sapi/token.c
|
||||
index 0a160455d2b..6bf66bc0d5b 100644
|
||||
index 853dc2fd21f..957ef77b41e 100644
|
||||
--- a/dlls/sapi/token.c
|
||||
+++ b/dlls/sapi/token.c
|
||||
@@ -48,6 +48,22 @@ static struct data_key *impl_from_ISpRegDataKey( ISpRegDataKey *iface )
|
||||
@ -95,6 +95,14 @@ index 0a160455d2b..6bf66bc0d5b 100644
|
||||
heap_free( This->req );
|
||||
heap_free( This->opt );
|
||||
heap_free( This );
|
||||
@@ -817,6 +830,7 @@ HRESULT token_enum_create( IUnknown *outer, REFIID iid, void **obj )
|
||||
This->opt = NULL;
|
||||
This->init = FALSE;
|
||||
This->count = 0;
|
||||
+ This->key = NULL;
|
||||
|
||||
hr = ISpObjectTokenEnumBuilder_QueryInterface( &This->ISpObjectTokenEnumBuilder_iface, iid, obj );
|
||||
|
||||
--
|
||||
2.33.0
|
||||
2.35.1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user