projects
/
platform
/
core
/
appfw
/
libeventsystem.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dca96ac
)
Add missing return
62/213062/1
author
Jusung Son
<jusung07.son@samsung.com>
Fri, 30 Aug 2019 02:16:55 +0000
(11:16 +0900)
committer
Jusung 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
patch
|
blob
|
history
diff --git
a/src/eventsystem.c
b/src/eventsystem.c
index
b678c79
..
c9239af
100644
(file)
--- a/
src/eventsystem.c
+++ b/
src/eventsystem.c
@@
-1643,6
+1643,8
@@
out_2:
out_1:
if (conn)
g_object_unref(conn);
+
+ return ret;
}