We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc15c20 commit 2f72b64Copy full SHA for 2f72b64
modules/access/archive/stream.c
@@ -151,7 +151,7 @@ static input_item_t *Browse(stream_t *p_stream)
151
if( i_ret == -1 )
152
return NULL;
153
154
- input_item_t *p_item = input_item_New(psz_uri, archive_entry_pathname(p_entry));
+ p_item = input_item_New(psz_uri, archive_entry_pathname(p_entry));
155
free( psz_uri );
156
if(p_item == NULL)
157
0 commit comments