add tbm bo unref to avoid mem leak 33/61733/1
authorEunhae Choi <eunhae1.choi@samsung.com>
Thu, 10 Mar 2016 07:26:26 +0000 (16:26 +0900)
committerEunhae Choi <eunhae1.choi@samsung.com>
Thu, 10 Mar 2016 07:26:26 +0000 (16:26 +0900)
Change-Id: Ia8779923e082b98b7a722c80d52b630c2dec22c1

muse/src/muse_player_msg_dispatcher.c

index 7703ba5..0f1a717 100644 (file)
@@ -1353,6 +1353,7 @@ static int player_disp_get_album_art(muse_module_h module)
                        checker = *((char *)thandle.ptr + size);
                        tbm_bo_unmap(bo);
                }
+               tbm_bo_unref(bo);
        }
        else
                player_msg_return(api, ret, module);