Input events cache: use the new mechanism to reuse eo objects.

This commit is contained in:
Tom Hacohen 2016-10-28 13:20:56 +01:00
parent f736946d10
commit f2e049c818
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ _del_hook(Eo *evt)
efl_ref(evt);
efl_parent_set(evt, NULL);
}
efl_reuse(evt);
s_cached_event = evt;
}
else