diff options
Diffstat (limited to 'src/cc4group.c')
| -rw-r--r-- | src/cc4group.c | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |
