diff options
| -rw-r--r-- | src/cc4group.c | 2 |
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; } |
