god damn.. chasing that bad mem access was tricky. found it after futzing

with edje, evas and e.


SVN revision: 31206
This commit is contained in:
Carsten Haitzler 2007-08-07 14:20:47 +00:00
parent e16d7525c9
commit b0305ccaa9
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ edje_object_message_signal_process(Evas_Object *obj)
ed = _edje_fetch(obj);
if (!ed) return;
for (l = msgq; l; l = l->next)
{
Edje_Message *em;