mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-21 17:21:13 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue