ostree-repo-static-delta-processing: initialize "modev"
Can be gs_unref_variant'ed on an early error. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
52822efd32
commit
22af1d9633
|
|
@ -461,7 +461,7 @@ do_content_open_generic (OstreeRepo *repo,
|
||||||
GError **error)
|
GError **error)
|
||||||
{
|
{
|
||||||
gboolean ret = FALSE;
|
gboolean ret = FALSE;
|
||||||
gs_unref_variant GVariant *modev;
|
gs_unref_variant GVariant *modev = NULL;
|
||||||
guint64 mode_offset;
|
guint64 mode_offset;
|
||||||
guint64 xattr_offset;
|
guint64 xattr_offset;
|
||||||
guint32 uid, gid, mode;
|
guint32 uid, gid, mode;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue