diff --git a/lib/flatpak-remote-ref.c b/lib/flatpak-remote-ref.c index fca7377a..0a4c1e4d 100644 --- a/lib/flatpak-remote-ref.c +++ b/lib/flatpak-remote-ref.c @@ -326,7 +326,7 @@ flatpak_remote_ref_new (FlatpakCollectionRef *coll_ref, { FlatpakRefKind kind = FLATPAK_REF_KIND_APP; guint64 download_size = 0, installed_size = 0; - const char *metadata; + const char *metadata = NULL; g_autoptr(GBytes) metadata_bytes = NULL; g_auto(GStrv) parts = NULL; FlatpakRemoteRef *ref;