validate/gapplication: silence a maybe-unitialized warning
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7875>
This commit is contained in:
parent
995dcb04e0
commit
c7ee7c65ae
@ -47,7 +47,7 @@ static gboolean
|
||||
gst_validate_gapplication_init (GstPlugin * plugin)
|
||||
{
|
||||
GList *config, *tmp;
|
||||
const gchar *appname;
|
||||
const gchar *appname = NULL;
|
||||
|
||||
config = gst_validate_plugin_get_config (plugin);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user