validate/gapplication: silence a maybe-unitialized warning

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7875>
This commit is contained in:
Matthew Waters 2024-11-13 17:02:00 +11:00
parent 995dcb04e0
commit c7ee7c65ae

View file

@ -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);