Add missing return 62/213062/1
authorJusung Son <jusung07.son@samsung.com>
Fri, 30 Aug 2019 02:16:55 +0000 (11:16 +0900)
committerJusung Son <jusung07.son@samsung.com>
Fri, 30 Aug 2019 02:19:20 +0000 (11:19 +0900)
Change-Id: I2bd5612f38a4be7348c2455e1b61307ef85452e1
Signed-off-by: Jusung Son <jusung07.son@samsung.com>
src/eventsystem.c

index b678c79..c9239af 100644 (file)
@@ -1643,6 +1643,8 @@ out_2:
 out_1:
        if (conn)
                g_object_unref(conn);
+
+       return ret;
 }