mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-24 19:26:48 +00:00
trivial: Disconnect all handlers, including the generic one
This commit is contained in:
parent
0a81e22777
commit
39e45920b6
@ -253,6 +253,7 @@ fu_engine_watch_device(FuEngine *self, FuDevice *device)
|
||||
fu_engine_progress_notify_cb,
|
||||
self);
|
||||
g_signal_handlers_disconnect_by_func(device_old, fu_engine_status_notify_cb, self);
|
||||
g_signal_handlers_disconnect_by_func(device_old, fu_engine_generic_notify_cb, self);
|
||||
g_signal_handlers_disconnect_by_func(device_old, fu_engine_history_notify_cb, self);
|
||||
g_signal_handlers_disconnect_by_func(device_old, fu_engine_device_request_cb, self);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user