Evas events: Fix a crash

There was an invalid reference used because we changed
legacy event type without resetting eo event info.
Scenario: scroll + click
This commit is contained in:
Jean-Philippe Andre 2016-05-31 14:58:23 +09:00
parent 632ef37226
commit 9b4a6ba639
1 changed files with 1 additions and 0 deletions

View File

@ -1295,6 +1295,7 @@ _post_up_handle(Evas *eo_e, unsigned int timestamp, const void *data,
}
}
_evas_post_event_callback_call(eo_e, e);
EV_DEL(pe);
eina_list_free(copy);