Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
2b96210b
Commit
2b96210b
authored
Dec 17, 2005
by
zorglub
Browse files
Release playlist
parent
6e1b9040
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/access/cdda.c
View file @
2b96210b
...
...
@@ -266,11 +266,15 @@ static int Open( vlc_object_t *p_this )
p_playlist
->
status
.
i_view
,
p_playlist
->
status
.
p_item
,
NULL
);
}
if
(
p_playlist
)
vlc_object_release
(
p_playlist
);
return
VLC_SUCCESS
;
error:
ioctl_Close
(
VLC_OBJECT
(
p_access
),
p_sys
->
vcddev
);
free
(
p_sys
);
if
(
p_playlist
)
vlc_object_release
(
p_playlist
);
return
VLC_EGENERIC
;
}
...
...
Write
Preview
Supports
Markdown
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