ecore loop args - go back to eo_del not eo_unref.
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Wed, 1 Jun 2016 13:11:02 +0000 (22:11 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Wed, 1 Jun 2016 13:11:02 +0000 (22:11 +0900)
src/lib/ecore/ecore_main.c

index 6a6095c..e17a5dd 100644 (file)
@@ -2846,7 +2846,7 @@ _efl_loop_args_job_cb(void *data, void *value EINA_UNUSED,
    Eo *obj = eo_parent_get(args);
 
    eo_event_callback_call(obj, EFL_LOOP_EVENT_ARGS, args);
-   eo_unref(args); // FIXME: probably eo_del()
+   eo_del(args);
 }
 
 EOLIAN static void