]> git.sesse.net Git - vlc/commit
stream: destroy the access object underneath the stream_Access object
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 13 Apr 2013 16:01:03 +0000 (19:01 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 13 Apr 2013 16:01:03 +0000 (19:01 +0300)
commit33c8b74cdf230d045f6e9a8c69e7d60c3b9a4dc4
treec3df007fe31a89b921ac37a58c5e942f9e1e1a93
parent1188fc4e19835fdc87e682a0144e0136a35e7337
stream: destroy the access object underneath the stream_Access object

This simplifies and factors code for stream_Url and input.
Also refs #8414.
src/input/input.c
src/input/stream.c