diff options
author | popcornmix <popcornmix@gmail.com> | 2016-11-29 13:50:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-29 13:50:15 +0000 |
commit | 5c7c16d9c693e10ad54d8e7bcdcf7a0121d18019 (patch) | |
tree | 7aefbc152d05279d929633ad77c8870050984502 | |
parent | 89fd7bec53dacd3c7b8cd9e2475adab980e09d19 (diff) | |
parent | 2fb0659c8081ce92bbf9c4365b634e591b66c175 (diff) |
Merge pull request #11006 from popcornmix/displayclose
rbp: Don't close the display here it should be closed by the opener
-rw-r--r-- | xbmc/linux/RBP.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xbmc/linux/RBP.cpp b/xbmc/linux/RBP.cpp index c417308c21..571bf9f1ae 100644 --- a/xbmc/linux/RBP.cpp +++ b/xbmc/linux/RBP.cpp @@ -245,9 +245,6 @@ void CRBP::Deinitialize() if(m_omx_initialized) m_OMX->Deinitialize(); - if (m_display) - CloseDisplay(m_display); - m_DllBcmHost->bcm_host_deinit(); if(m_initialized) |