From b244716b70a7142b4eb2e1ac830274ae249c14ff Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Sat, 31 Aug 2019 12:39:56 +0200 Subject: Fix not initializing the root group entry's path --- src/cc4group.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/cc4group.c b/src/cc4group.c index 4be201c..b5f443c 100644 --- a/src/cc4group.c +++ b/src/cc4group.c @@ -1190,6 +1190,7 @@ static void cc4group_init(CC4Group* const this) this->root.parent = NULL; this->root.children = NULL; this->root.core.Directory = true; + this->root.path = NULL; this->cleanupJobs = CleanUpJobListNew(); -- cgit v1.2.3-54-g00ecf