music-control - null out dead timer so it isnt accidentally deled

deleting invalid timer object... because it is invalid because we
never nulled out the timer when it runs.
This commit is contained in:
Carsten Haitzler 2021-03-04 09:16:01 +00:00
parent 977cbc59b8
commit 4ebb7c155a
1 changed files with 1 additions and 0 deletions

View File

@ -417,6 +417,7 @@ static Eina_Bool
_poll_dbus_cb(void *data)
{
E_Music_Control_Module_Context *ctxt = data;
ctxt->poll_timer = NULL;
_bus_list(ctxt);
return EINA_FALSE;
}