From 47a008aa2ce05228d6c9028ef7f7568630430b60 Mon Sep 17 00:00:00 2001 From: Tristan Matthews Date: Sun, 22 Mar 2015 17:15:49 -0400 Subject: [PATCH] access: archive: remove dead initialization --- 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 9fc51f7b89..7877b7b542 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; -- 2.39.2