aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Rusak <lorusak@gmail.com>2018-12-14 15:35:28 -0800
committerLukas Rusak <lorusak@gmail.com>2018-12-14 15:35:51 -0800
commitb9d3a90e2167e836127f49d0e7bd082427d65b1b (patch)
treea4f435ca4f2941c6a21ce554ecdeab874d855211
parent0c2d5431050e1cf3bfa2139bfc0644049a60127b (diff)
VideoPlayer: release reference to m_pInputStream after usage
-rw-r--r--xbmc/cores/VideoPlayer/VideoPlayer.cpp2
1 files changed, 2 insertions, 0 deletions
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: