diff --git a/ges/ges-project.c b/ges/ges-project.c index 5b9c3ba2f4..9dcd770558 100644 --- a/ges/ges-project.c +++ b/ges/ges-project.c @@ -819,6 +819,9 @@ ges_project_new (const gchar * uri) if (project && uri) ges_project_set_uri (project, uri); + if (uri == NULL) + g_free (id); + return project; }