From b9d3a90e2167e836127f49d0e7bd082427d65b1b Mon Sep 17 00:00:00 2001 From: Lukas Rusak Date: Fri, 14 Dec 2018 15:35:28 -0800 Subject: VideoPlayer: release reference to m_pInputStream after usage --- xbmc/cores/VideoPlayer/VideoPlayer.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xbmc/cores/VideoPlayer/VideoPlayer.cpp b/xbmc/cores/VideoPlayer/VideoPlayer.cpp index 23ef74f165..db16727b42 100644 --- a/xbmc/cores/VideoPlayer/VideoPlayer.cpp +++ b/xbmc/cores/VideoPlayer/VideoPlayer.cpp @@ -4444,6 +4444,8 @@ bool CVideoPlayer::OnAction(const CAction &action) } } + pMenus.reset(); + switch (action.GetID()) { case ACTION_NEXT_ITEM: -- cgit v1.2.3