diff options
author | Martijn Kaijser <martijn@xbmc.org> | 2018-12-16 10:18:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-16 10:18:53 +0100 |
commit | e3bd680be6510f424db792d6ef813ef9acd5099d (patch) | |
tree | 0c89f5108f62cb24440c6da269f27999898b173b | |
parent | 9bb131376ddc2ea415cab022a41390fcb584714a (diff) | |
parent | b9d3a90e2167e836127f49d0e7bd082427d65b1b (diff) |
Merge pull request #15067 from lrusak/dvd-fix-process-info18.0rc3-Leia
VideoPlayer: release reference to m_pInputStream after usage
-rw-r--r-- | xbmc/cores/VideoPlayer/VideoPlayer.cpp | 2 |
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: |