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
02943d96
Commit
02943d96
authored
Jul 02, 2008
by
Alexander Dorofeyev
Committed by
Alexandre Julliard
Jul 02, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
quartz: Fix interface leak in EnumMonikerImpl_Release.
parent
de5b4d7c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
enummoniker.c
dlls/quartz/enummoniker.c
+5
-0
No files found.
dlls/quartz/enummoniker.c
View file @
02943d96
...
...
@@ -123,6 +123,11 @@ static ULONG WINAPI EnumMonikerImpl_Release(LPENUMMONIKER iface)
if
(
!
ref
)
{
ULONG
i
;
for
(
i
=
0
;
i
<
This
->
nMonikerCount
;
i
++
)
IMoniker_Release
(
This
->
ppMoniker
[
i
]);
CoTaskMemFree
(
This
->
ppMoniker
);
This
->
ppMoniker
=
NULL
;
CoTaskMemFree
(
This
);
...
...
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