You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
frontend: Disconnect dbus signals to avoid use-after-free (#90)
cpdbDeletePrinterObj() free's the struct passed to the GDBus signal handlers
without making sure that these are not going to be called anymore.
g_dbus_connection_close_sync() is not enough because there may have bene
signals already received and awaiting to be dispatched in the next iteration
of the mainloop.
0 commit comments