core: Initialize variables in fsck
Otherwise we segfault on an unhandled filename.
This commit is contained in:
parent
d3058629fd
commit
dc4164993b
|
|
@ -1905,8 +1905,8 @@ iter_object_dir (OstreeRepo *self,
|
||||||
{
|
{
|
||||||
const char *name;
|
const char *name;
|
||||||
guint32 type;
|
guint32 type;
|
||||||
char *dot;
|
char *dot = NULL;
|
||||||
GFile *child;
|
GFile *child = NULL;
|
||||||
GString *checksum = NULL;
|
GString *checksum = NULL;
|
||||||
OstreeObjectType objtype;
|
OstreeObjectType objtype;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue