Add to close the data channel socket 39/45239/1
authorHyongtaek Lim <hyongtaek.lim@samsung.com>
Tue, 4 Aug 2015 02:19:20 +0000 (11:19 +0900)
committerHyongtaek 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

index 4ec90b8..3f8960e 100644 (file)
@@ -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);