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
a7481a93
Commit
a7481a93
authored
Nov 28, 2006
by
Detlef Riekenberg
Committed by
Alexandre Julliard
Nov 30, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winspool: Load the local monitor only once.
parent
47a2e96a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
info.c
dlls/winspool.drv/info.c
+5
-0
No files found.
dlls/winspool.drv/info.c
View file @
a7481a93
...
...
@@ -138,6 +138,7 @@ typedef struct {
/* ############################### */
static
struct
list
monitor_handles
=
LIST_INIT
(
monitor_handles
);
static
monitor_t
*
pm_localport
;
static
opened_printer_t
**
printer_handles
;
static
int
nb_printer_handles
;
...
...
@@ -1097,6 +1098,10 @@ static monitor_t * monitor_load(LPCWSTR name, LPWSTR dllname)
}
}
cleanup:
if
((
pm_localport
==
NULL
)
&&
(
pm
!=
NULL
)
&&
(
lstrcmpW
(
pm
->
name
,
LocalPortW
)
==
0
))
{
pm
->
refcount
++
;
pm_localport
=
pm
;
}
LeaveCriticalSection
(
&
monitor_handles_cs
);
if
(
driver
!=
dllname
)
HeapFree
(
GetProcessHeap
(),
0
,
driver
);
HeapFree
(
GetProcessHeap
(),
0
,
regroot
);
...
...
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