Evas_Device: Use efl_del() in evas_device_del().

The Evas_Input_Device should be have its parent set to NULL, otherwise
Eo might complain.

@fix
This commit is contained in:
Guilherme Iscaro 2016-09-20 14:49:57 -03:00 committed by Bruno Dilly
parent 72c80ca947
commit e99900bcd7
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ evas_device_del(Evas_Device *dev)
{
SAFETY_CHECK(dev, EFL_INPUT_DEVICE_CLASS);
efl_unref(dev);
efl_del(dev);
}
EAPI void