modify mm_player handle destroy logic.
authorChangsun Lee <cs78.lee@samsung.com>
Mon, 1 Apr 2013 03:56:02 +0000 (12:56 +0900)
committerChangsun Lee <cs78.lee@samsung.com>
Mon, 1 Apr 2013 03:56:02 +0000 (12:56 +0900)
Change-Id: Ia3f65af25cb72daa3b4d84659e39baaa7f5db777

src/mp-video-ctrl-mgr.c [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index c8e2099..b6d16b8
@@ -144,7 +144,6 @@ void MpVideoCtrlMgrMediaDestroy(void *pUserData)
 
        if (!MpPlayerMgrUnrealize()) {
                VideoLogInfo("[ERR] Fail to unrealize player handle.");
-               return;
        }
 
        if (!MpPlayerMgrDestroy()) {