From ae4a407ac7447402d10cdb5b35a3a7e28f499cff Mon Sep 17 00:00:00 2001 From: Amritanshu Date: Wed, 6 May 2020 14:22:20 +0530 Subject: [PATCH] Resolve music player issue TSIX-2911 Change-Id: Ibe0f01982753d6fb55ad4c09598d0501d5ae5faf Signed-off-by: Amritanshu --- src/mp-main.c | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 src/mp-main.c 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); -- 2.34.1