projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9827e10
)
e_test_helper: add e_dbus_conn_shutdown for pair with init
16/244516/1
author
Junseok, Kim
<juns.kim@samsung.com>
Mon, 21 Sep 2020 07:25:47 +0000
(16:25 +0900)
committer
Junseok, Kim
<juns.kim@samsung.com>
Mon, 21 Sep 2020 07:25:47 +0000
(16:25 +0900)
Change-Id: Icf780eb0a36e215867c3576dadc797be245a8c2d
Signed-off-by: Junseok, Kim <juns.kim@samsung.com>
src/bin/e_test_helper.c
patch
|
blob
|
history
diff --git
a/src/bin/e_test_helper.c
b/src/bin/e_test_helper.c
index 4510fc2dbb2dd2a1d6032f71f49f6ece835872de..5e4882da0bbd71d3840240b80423b1f819363a04 100644
(file)
--- a/
src/bin/e_test_helper.c
+++ b/
src/bin/e_test_helper.c
@@
-1541,6
+1541,8
@@
e_test_helper_shutdown(void)
th_data->conn = NULL;
}
+ e_dbus_conn_shutdown();
+
E_FREE(th_data);
}