Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
44bd780b
Commit
44bd780b
authored
Jul 12, 2017
by
Hugo Beauzée-Luyssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chromecast_demux: Fix double free.
This is now done in the core
parent
3b782cb9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
modules/stream_out/chromecast/chromecast_demux.cpp
modules/stream_out/chromecast/chromecast_demux.cpp
+0
-2
No files found.
modules/stream_out/chromecast/chromecast_demux.cpp
View file @
44bd780b
...
@@ -66,8 +66,6 @@ struct demux_sys_t
...
@@ -66,8 +66,6 @@ struct demux_sys_t
{
{
p_renderer
->
pf_set_title
(
p_renderer
->
p_opaque
,
NULL
);
p_renderer
->
pf_set_title
(
p_renderer
->
p_opaque
,
NULL
);
p_renderer
->
pf_set_artwork
(
p_renderer
->
p_opaque
,
NULL
);
p_renderer
->
pf_set_artwork
(
p_renderer
->
p_opaque
,
NULL
);
demux_Delete
(
p_demux
->
p_next
);
}
}
void
setPauseState
(
bool
paused
)
void
setPauseState
(
bool
paused
)
...
...
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