-rw-r--r-- | noncore/multimedia/opieplayer2/lib.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/multimedia/opieplayer2/lib.cpp b/noncore/multimedia/opieplayer2/lib.cpp index 6ed4cea..9f0d448 100644 --- a/noncore/multimedia/opieplayer2/lib.cpp +++ b/noncore/multimedia/opieplayer2/lib.cpp | |||
@@ -151,12 +151,14 @@ Lib::~Lib() { | |||
151 | 151 | ||
152 | // free( m_config ); | 152 | // free( m_config ); |
153 | 153 | ||
154 | xine_close( m_stream ); | 154 | xine_close( m_stream ); |
155 | xine_event_dispose_queue( m_queue ); | 155 | xine_event_dispose_queue( m_queue ); |
156 | xine_dispose( m_stream ); | 156 | xine_dispose( m_stream ); |
157 | xine_close_audio_driver(m_xine,m_audioOutput); | ||
158 | xine_close_video_driver(m_xine,m_videoOutput); | ||
157 | xine_exit( m_xine ); | 159 | xine_exit( m_xine ); |
158 | 160 | ||
159 | /* FIXME either free or delete but valgrind bitches against both */ | 161 | /* FIXME either free or delete but valgrind bitches against both */ |
160 | //free( m_videoOutput ); | 162 | //free( m_videoOutput ); |
161 | //delete m_audioOutput; | 163 | //delete m_audioOutput; |
162 | } | 164 | } |