tests: Use efl_unref() on duplicated event objects
authorJean-Philippe Andre <jp.andre@samsung.com>
Thu, 28 Sep 2017 07:50:53 +0000 (16:50 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Thu, 28 Sep 2017 07:50:53 +0000 (16:50 +0900)
commitce8460406813f2205afe0cf7dde6cd412e1140be
tree54df1e531aabaa9acf86ff712fcf20a04cc68b6d
parentf7a7a29cc04102952d08085e71ef151c0d521af5
tests: Use efl_unref() on duplicated event objects

efl_del() is valid but bindings such as C++ should be using efl_unref()
and not efl_del() in this situation: a reference was given, so it should
be released.
src/bin/elementary/test_events.c