summaryrefslogtreecommitdiffstats
path: root/src/cc4group.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cc4group.c')
-rw-r--r--src/cc4group.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cc4group.c b/src/cc4group.c
index 0761370..6766745 100644
--- a/src/cc4group.c
+++ b/src/cc4group.c
@@ -810,8 +810,8 @@ static bool cc4group_uncompressGroup(CC4Group* const this, CC4Group_ReadCallback
}
retData = (void*)header;
- header = NULL;
AddCleanUpJob(free, header);
+ header = NULL;
goto ret;
}