Change-Id: I518615d87e4594f9fc2aa355d082af7555c39ae9
Name: capi-media-player
Summary: A Media Player API
-Version: 0.3.87
+Version: 0.3.88
Release: 0
Group: Multimedia/API
License: Apache-2.0
_player_event_queue_destroy(pc->cb_info);
callback_destroy(pc->cb_info);
pc->cb_info = NULL;
+ } else if (sock_fd > INVALID_DEFAULT_VALUE) {
+ muse_client_close(sock_fd);
}
+ sock_fd = INVALID_DEFAULT_VALUE;
g_free(ret_buf);
ret_buf = NULL;
LOGE("ret value : %d, retry #%d", ret, CONNECTION_RETRY - retry_count);