edje signal - let's not crash if something odd happens

better we dont just crash but err log it which can be set to abort
anyway.

@fix
This commit is contained in:
Carsten Haitzler 2019-08-23 00:10:30 +01:00
parent 42d10b84be
commit a7273fc864
1 changed files with 0 additions and 1 deletions

View File

@ -498,7 +498,6 @@ _edje_signal_callback_patterns_ref(const Edje_Signal_Callback_Group *gp)
if (m == tmp)
{
ERR("Should not happen - gp->match == hash found match");
abort();
return NULL;
}
_edje_signal_callback_matches_unref