diff --git a/SoObjects/SOGo/SOGoZipArchiver.m b/SoObjects/SOGo/SOGoZipArchiver.m index 27e0337de..4c7315426 100644 --- a/SoObjects/SOGo/SOGoZipArchiver.m +++ b/SoObjects/SOGo/SOGoZipArchiver.m @@ -107,7 +107,6 @@ if (self->z != NULL) { if (zip_close(self->z) != 0) { NSLog(@"Failed to close zip archive: %@", [NSString stringWithCString: zip_strerror(self->z)]); - zip_discard(self->z); success = NO; } self->z = NULL;