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
d0d7c47b
Commit
d0d7c47b
authored
Apr 01, 2015
by
Aric Stewart
Committed by
Alexandre Julliard
Apr 02, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wineqtdecoder: Unload the AsyncReader on movie processing failure.
parent
56ab12cc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
qtsplitter.c
dlls/wineqtdecoder/qtsplitter.c
+2
-0
No files found.
dlls/wineqtdecoder/qtsplitter.c
View file @
d0d7c47b
...
...
@@ -1138,6 +1138,8 @@ static HRESULT WINAPI QTInPin_ReceiveConnection(IPin *iface, IPin *pReceivePin,
hr
=
QT_Process_Movie
(
impl_from_IBaseFilter
(
This
->
pin
.
pinInfo
.
pFilter
));
if
(
FAILED
(
hr
))
{
IAsyncReader_Release
(
This
->
pReader
);
This
->
pReader
=
NULL
;
LeaveCriticalSection
(
&
impl_from_IBaseFilter
(
This
->
pin
.
pinInfo
.
pFilter
)
->
filter
.
csFilter
);
TRACE
(
"Unable to process movie
\n
"
);
return
hr
;
...
...
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