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
8c6c2261
Commit
8c6c2261
authored
Apr 05, 2011
by
Joris Huizer
Committed by
Alexandre Julliard
Apr 05, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dxdiagn: Plug memory leak.
parent
b0696b8b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
provider.c
dlls/dxdiagn/provider.c
+4
-0
No files found.
dlls/dxdiagn/provider.c
View file @
8c6c2261
...
...
@@ -433,8 +433,12 @@ static BOOL is_netmeeting_running(void)
{
if
(
get_process_name_from_pid
(
pid_list
[
i
],
process_name
,
sizeof
(
process_name
)
/
sizeof
(
WCHAR
))
&&
!
lstrcmpW
(
conf_exe
,
process_name
))
{
HeapFree
(
GetProcessHeap
(),
0
,
pid_list
);
return
TRUE
;
}
}
HeapFree
(
GetProcessHeap
(),
0
,
pid_list
);
}
return
FALSE
;
...
...
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