OpenPrinting / cups

OpenPrinting CUPS Sources
https://openprinting.github.io/cups
Apache License 2.0
958 stars 174 forks source link

scheduler: Fix regression in background thread (Issue #934) #937

Closed andreas-karlson closed 2 months ago

andreas-karlson commented 2 months ago

The con->bg_pending value is used to indicate that the background thread has finished running and that the connection can be safely closed.

This commit makes the con->bg_pending = 0 only after the connection can be safely closed.