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
3c9bd6ba
Commit
3c9bd6ba
authored
Jul 21, 2011
by
Akihiro Sagawa
Committed by
Alexandre Julliard
Jul 22, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dsound: Don't copy the notify object on duplicate.
parent
223406fa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
buffer.c
dlls/dsound/buffer.c
+1
-0
dsound.c
dlls/dsound/tests/dsound.c
+0
-1
No files found.
dlls/dsound/buffer.c
View file @
3c9bd6ba
...
...
@@ -1213,6 +1213,7 @@ HRESULT IDirectSoundBufferImpl_Duplicate(
dsb
->
ref
=
0
;
dsb
->
state
=
STATE_STOPPED
;
dsb
->
buf_mixpos
=
dsb
->
sec_mixpos
=
0
;
dsb
->
notify
=
NULL
;
dsb
->
device
=
device
;
dsb
->
ds3db
=
NULL
;
dsb
->
iks
=
NULL
;
/* FIXME? */
...
...
dlls/dsound/tests/dsound.c
View file @
3c9bd6ba
...
...
@@ -1185,7 +1185,6 @@ static HRESULT test_duplicate(LPGUID lpGuid)
event
,
WAIT_OBJECT_0
+
1
);
ref
=
IDirectSoundNotify_Release
(
dup_notify
);
todo_wine
ok
(
ref
==
0
,
"IDirectSoundNotify_Release() has %d references, "
"should have 0
\n
"
,
ref
);
}
...
...
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