projects
/
platform
/
core
/
multimedia
/
mmsvc-player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb3c1c9
)
Add to close the data channel socket
39/45239/1
author
Hyongtaek Lim
<hyongtaek.lim@samsung.com>
Tue, 4 Aug 2015 02:19:20 +0000
(11:19 +0900)
committer
Hyongtaek Lim
<hyongtaek.lim@samsung.com>
Tue, 4 Aug 2015 02:19:47 +0000
(11:19 +0900)
Signed-off-by: Hyongtaek Lim <hyongtaek.lim@samsung.com>
Change-Id: Ie0aadec9ba7ca1c42319d12d792bfe0892fd05b3
client/src/player2.c
patch
|
blob
|
history
diff --git
a/client/src/player2.c
b/client/src/player2.c
index
4ec90b8
..
3f8960e
100644
(file)
--- a/
client/src/player2.c
+++ b/
client/src/player2.c
@@
-933,6
+933,7
@@
static void callback_destroy(callback_cb_info_s * cb_info)
g_return_if_fail(cb_info);
mmsvc_core_connection_close(cb_info->fd);
+ mmsvc_core_connection_close(cb_info->data_fd);
g_thread_join(cb_info->thread);
g_thread_unref(cb_info->thread);