Evas events: Fix a crash
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 31 May 2016 05:58:23 +0000 (14:58 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 31 May 2016 10:03:04 +0000 (19:03 +0900)
There was an invalid reference used because we changed
legacy event type without resetting eo event info.
Scenario: scroll + click

src/lib/evas/canvas/evas_events.c

index 821b0e7..ffb58e3 100644 (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);