- Fixed support for the server name in the ErrorLog filename (Issue #1277)
- Fixed job cleanup after daemon restart (Issue #1315)
- Fixed handling of buggy DYMO USB printer serial numbers (Issue #1338)
+- Fixed unreachable block in IPP backend (Issue #1351)
+- Fixed memory leak in _cupsConvertOptions (Issue #1354)
Changes in CUPS v2.4.12 (2025-04-08)
"y-dimension", size->length);
ippAddCollection(media_col, IPP_TAG_ZERO, "media-size", media_size);
+ ippDelete(media_size);
}
for (i = 0; i < media_col_sup->num_values; i ++)
}
ippAddCollection(request, IPP_TAG_JOB, "media-col", media_col);
+ ippDelete(media_col);
}
if ((keyword = cupsGetOption("output-bin", num_options, options)) == NULL)