projects
/
platform
/
core
/
api
/
screen-mirroring.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b789ec2
)
Fix connection memory leak
51/57851/1
accepted/tizen/mobile/20160125.225039
accepted/tizen/tv/20160125.225058
accepted/tizen/wearable/20160125.225117
submit/tizen/20160125.095340
author
Hyunsoo, Park
<hance.park@samsung.com>
Mon, 25 Jan 2016 08:33:43 +0000
(17:33 +0900)
committer
Hyunsoo, Park
<hance.park@samsung.com>
Mon, 25 Jan 2016 08:33:43 +0000
(17:33 +0900)
Change-Id: I787a9a7f8ae87b8b19cdeba6432f0ea4f161972e
Signed-off-by: Hyunsoo, Park <hance.park@samsung.com>
src/scmirroring_src.c
patch
|
blob
|
history
diff --git
a/src/scmirroring_src.c
b/src/scmirroring_src.c
index f6ac43d9ebd9a5f337d1e330e4c6d490918c3184..aa4deb680e0cdf8e43636aa9ae7f96dfcaf8c945 100755
(executable)
--- a/
src/scmirroring_src.c
+++ b/
src/scmirroring_src.c
@@
-133,7
+133,7
@@
static int __miracast_server_launch(scmirroring_src_s *scmirroring)
g_free(name);
g_free(if_name);
g_free(obj_path);
-
+ g_object_unref(conn);
if (error) {
scmirroring_error("g_dbus_proxy_new_sync failed : %s", error->message);
g_error_free(error);