Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
df39bbba
Commit
df39bbba
authored
Oct 30, 2009
by
Juan Lang
Committed by
Alexandre Julliard
Nov 04, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
crypt32: Don't delete a context when removing it from a list.
parent
787d0ab5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
context.c
dlls/crypt32/context.c
+0
-1
store.c
dlls/crypt32/tests/store.c
+0
-1
No files found.
dlls/crypt32/context.c
View file @
df39bbba
...
...
@@ -321,7 +321,6 @@ void ContextList_Delete(struct ContextList *list, void *context)
list_remove
(
entry
);
LeaveCriticalSection
(
&
list
->
cs
);
list_init
(
entry
);
list
->
contextInterface
->
free
(
context
);
}
static
void
ContextList_Empty
(
struct
ContextList
*
list
)
...
...
dlls/crypt32/tests/store.c
View file @
df39bbba
...
...
@@ -237,7 +237,6 @@ static void testMemStore(void)
GetLastError
());
/* try deleting a copy */
ret
=
CertDeleteCertificateFromStore
(
copy
);
todo_wine
ok
(
ret
,
"CertDeleteCertificateFromStore failed: %08x
\n
"
,
GetLastError
());
/* check that the store is empty */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment