Resolve music player issue TSIX-2911 59/232559/1 submit/tizen/20200506.090448
authorAmritanshu <a.pandia1@samsung.com>
Wed, 6 May 2020 08:52:20 +0000 (14:22 +0530)
committerAmritanshu <a.pandia1@samsung.com>
Wed, 6 May 2020 08:52:20 +0000 (14:22 +0530)
Change-Id: Ibe0f01982753d6fb55ad4c09598d0501d5ae5faf
Signed-off-by: Amritanshu <a.pandia1@samsung.com>
src/mp-main.c [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 849d4de..4d5ede4
@@ -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);