Skip to content

Commit 2f72b64

Browse files
ssbssaRémi Denis-Courmont
authored and
Rémi Denis-Courmont
committed
access: archive: remove shadow variable
Signed-off-by: Rémi Denis-Courmont <[email protected]>
1 parent fc15c20 commit 2f72b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/access/archive/stream.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ static input_item_t *Browse(stream_t *p_stream)
151151
if( i_ret == -1 )
152152
return NULL;
153153

154-
input_item_t *p_item = input_item_New(psz_uri, archive_entry_pathname(p_entry));
154+
p_item = input_item_New(psz_uri, archive_entry_pathname(p_entry));
155155
free( psz_uri );
156156
if(p_item == NULL)
157157
return NULL;

0 commit comments

Comments
 (0)