Commit c235001a authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Uninitialized variable

parent 9e87d66f
......@@ -230,6 +230,8 @@ static struct app *AddItem (services_discovery_t *sd, xcb_window_t xid)
free (r);
}
/* TODO: use WM_NAME (Latin-1) for very old apps */
else
name = NULL;
input_item_t *item = input_item_NewWithType (VLC_OBJECT (sd), mrl,
name ? name : mrl,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment