From 8ed6c0ac6b7971315280924f0bb8ca0748774383 Mon Sep 17 00:00:00 2001 From: "bhutani.92" Date: Thu, 24 Mar 2016 12:16:20 +0530 Subject: [PATCH] Fixed SVace Errors in Music Player Change-Id: I5b4828948272eea38626eb0e9a76f2f3c483398d Signed-off-by: bhutani.92 --- src/common/mp-media-info.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/common/mp-media-info.c b/src/common/mp-media-info.c index 2f5e485..fec2679 100755 --- a/src/common/mp-media-info.c +++ b/src/common/mp-media-info.c @@ -1705,7 +1705,6 @@ static inline bool _album_track_foreach_cb(media_info_h media, void *user_data) if (res != MEDIA_CONTENT_ERROR_NONE) { audio_meta_destroy(audio); IF_FREE(album); - audio_meta_destroy(audio); return false; } @@ -1713,7 +1712,6 @@ static inline bool _album_track_foreach_cb(media_info_h media, void *user_data) if (res != MEDIA_CONTENT_ERROR_NONE) { audio_meta_destroy(audio); IF_FREE(album); - audio_meta_destroy(audio); return false; } @@ -1722,7 +1720,6 @@ static inline bool _album_track_foreach_cb(media_info_h media, void *user_data) audio_meta_destroy(audio); IF_FREE(album); IF_FREE(track_num) - audio_meta_destroy(audio); return false; } -- 2.7.4