From: Amritanshu Date: Wed, 6 May 2020 08:52:20 +0000 (+0530) Subject: Resolve music player issue TSIX-2911 X-Git-Tag: submit/tizen/20200506.090448^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ae4a407ac7447402d10cdb5b35a3a7e28f499cff;p=profile%2Fmobile%2Fapps%2Fnative%2Fmusic-player.git Resolve music player issue TSIX-2911 Change-Id: Ibe0f01982753d6fb55ad4c09598d0501d5ae5faf Signed-off-by: Amritanshu --- diff --git a/src/mp-main.c b/src/mp-main.c old mode 100644 new mode 100755 index 849d4de..4d5ede4 --- a/src/mp-main.c +++ b/src/mp-main.c @@ -1315,6 +1315,7 @@ static void mp_terminate(void *data) if (ad->stream_info) { error = sound_manager_destroy_stream_information(ad->stream_info); + ad->stream_info = NULL; if (error != SOUND_MANAGER_ERROR_NONE) { ERROR_TRACE("unable to destroy stream. error code [%x]", error);