[vlc-commits] access: archive: remove dead initialization
Tristan Matthews
git at videolan.org
Sun Mar 22 23:03:11 CET 2015
vlc | branch: master | Tristan Matthews <tmatth at videolan.org> | Sun Mar 22 17:15:49 2015 -0400| [47a008aa2ce05228d6c9028ef7f7568630430b60] | committer: Tristan Matthews
access: archive: remove dead initialization
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=47a008aa2ce05228d6c9028ef7f7568630430b60
---
modules/access/archive/stream.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/access/archive/stream.c b/modules/access/archive/stream.c
index 9fc51f7..7877b7b 100644
--- a/modules/access/archive/stream.c
+++ b/modules/access/archive/stream.c
@@ -170,7 +170,7 @@ error:
int StreamOpen(vlc_object_t *p_object)
{
stream_t *p_stream = (stream_t*) p_object;
- stream_sys_t *p_sys = p_stream->p_sys;
+ stream_sys_t *p_sys;
if (!ProbeArchiveFormat(p_stream->p_source))
return VLC_EGENERIC;
More information about the vlc-commits
mailing list