We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e4c858 commit 0b602f9Copy full SHA for 0b602f9
1 file changed
cups/http.c
@@ -1,7 +1,7 @@
1
//
2
// HTTP routines for CUPS.
3
4
-// Copyright © 2022-2025 by OpenPrinting.
+// Copyright © 2022-2026 by OpenPrinting.
5
// Copyright © 2007-2021 by Apple Inc.
6
// Copyright © 1997-2007 by Easy Software Products, all rights reserved.
7
@@ -1976,7 +1976,6 @@ httpPeek(http_t *http, // I - HTTP connection
1976
{
1977
DEBUG_puts("2httpPeek: Unable to copy decompressor stream.");
1978
http->error = ENOMEM;
1979
- inflateEnd(&stream);
1980
return (-1);
1981
}
1982
0 commit comments