Skip to content

Resolve "Printers: critical assertion error when searching for a driver"

The GHashTable produced by get_ipp_attributes_async() was freed twice. Once by the caller of the function and once when disposing the structure which held data for the execution of the function. The recipient of the data is the one who should free it. This MR fixes this.

Closes #2843 (closed)

Edited by Marek Kašík

Merge request reports