bluez mod - on unload deregister gadcon class

fix leak of this class on unload.

@fix
This commit is contained in:
Carsten Haitzler 2022-01-09 15:25:30 +00:00
parent 35b8f86906
commit 75cf099ee5
1 changed files with 1 additions and 0 deletions

View File

@ -438,6 +438,7 @@ e_modapi_shutdown(E_Module *m EINA_UNUSED)
Config_Adapter *ad;
Config_Device *dev;
e_gadcon_provider_unregister(&_gc_class);
if (zero_adapters_check_timer)
{
ecore_timer_del(zero_adapters_check_timer);