mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 19:55:32 +00:00
gnomevfssrc: Remove dead assignment
This commit is contained in:
parent
b2d716c340
commit
1abb8257a0
1 changed files with 1 additions and 1 deletions
|
@ -505,8 +505,8 @@ gst_gnome_vfs_src_received_headers_callback (gconstpointer in,
|
|||
|
||||
for (i = in_args->headers; i; i = i->next) {
|
||||
char *data = (char *) i->data;
|
||||
char *key = data;
|
||||
char *value = strchr (data, ':');
|
||||
char *key;
|
||||
|
||||
if (!value)
|
||||
continue;
|
||||
|
|
Loading…
Reference in a new issue