cups
cups copied to clipboard
scheduler: Fix possible use_after_free in `cupsdReadClient()`
If cupsdSendHeader() fails, we free the connection and return -1, but in that case we try to free the connection again in cupsdReadClient().