hey cedric.. let's not segv shall we?

SVN revision: 67938
This commit is contained in:
Carsten Haitzler 2012-02-14 15:03:12 +00:00
parent 70c734ebdd
commit db8dd819a2
1 changed files with 3 additions and 1 deletions

View File

@ -873,9 +873,11 @@ _edje_emit_full(Edje *ed, const char *sig, const char *src, void *data, void (*f
{
Edje_Message_Signal emsg;
const char *sep;
Eina_Bool broadcast = ed->collection->broadcast_signal;
Eina_Bool broadcast;
if (!ed->collection) return;
if (ed->delete_me) return;
broadcast = ed->collection->broadcast_signal;
sep = strchr(sig, EDJE_PART_PATH_SEPARATOR);