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;
|
||||
guint32 type;
|
||||
char *dot;
|
||||
GFile *child;
|
||||
char *dot = NULL;
|
||||
GFile *child = NULL;
|
||||
GString *checksum = NULL;
|
||||
OstreeObjectType objtype;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue