On Tue Jul 29 10:34:47 2025 +0000, Rémi Bernon wrote:
Don't you need to increase ctx reference count while it is registered as a parameter of `CM_Register_Notification`?
Yeah, missed this. I have also moved the `CM_Unregister_Notification` call to `DevCloseObjectQuery`, as we don't need device notifications once the user has closed the query object. Thanks.