projects
/
platform
/
core
/
api
/
wifi-mesh.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
106bd26
)
Fix svace issue
author
Jiwan Kim
<ji-wan.kim@samsung.com>
Tue, 13 Jun 2017 08:17:20 +0000
(17:17 +0900)
committer
saerome.kim
<saerome.kim@samsung.com>
Mon, 17 Jul 2017 02:09:10 +0000
(11:09 +0900)
- Remove resource leak
src/mesh_dbus.c
patch
|
blob
|
history
diff --git
a/src/mesh_dbus.c
b/src/mesh_dbus.c
index 8b15f700b5ab3d5a6344a4c5d78990d4df9c59e3..3c9f0b827a98d3f52f13d04cec21616983ffa261 100644
(file)
--- a/
src/mesh_dbus.c
+++ b/
src/mesh_dbus.c
@@
-78,9
+78,6
@@
static void _dbus_name_owner_notify(GObject *object, GParamSpec *pspec,
LOGD("Name owner notify [%s]", name_owner);
- if (name_owner)
- return;
-
if (NULL == name_owner)
_mesh_close_gdbus_call(handle);