Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libdvdcss
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VideoLAN
libdvdcss
Commits
5bec036c
Commit
5bec036c
authored
Feb 25, 2016
by
Hannes Domani
Committed by
Jean-Baptiste Kempf
Aug 02, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't close any handle if callback functions are used
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
5fd2b38c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/device.c
src/device.c
+5
-0
No files found.
src/device.c
View file @
5bec036c
...
...
@@ -406,6 +406,11 @@ int dvdcss_open_device ( dvdcss_t dvdcss )
int
dvdcss_close_device
(
dvdcss_t
dvdcss
)
{
if
(
dvdcss
->
p_stream
)
{
return
0
;
}
#if defined( _WIN32 )
/* Free readv temporary buffer */
free
(
dvdcss
->
p_readv_buffer
);
...
...
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