-rw-r--r-- | noncore/multimedia/opieplayer2/lib.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/multimedia/opieplayer2/lib.cpp b/noncore/multimedia/opieplayer2/lib.cpp index 9d4b1be..040eab3 100644 --- a/noncore/multimedia/opieplayer2/lib.cpp +++ b/noncore/multimedia/opieplayer2/lib.cpp | |||
@@ -132,17 +132,17 @@ void Lib::initialize() | |||
132 | } | 132 | } |
133 | 133 | ||
134 | m_queue = xine_event_new_queue (m_stream); | 134 | m_queue = xine_event_new_queue (m_stream); |
135 | 135 | ||
136 | xine_event_create_listener_thread (m_queue, xine_event_handler, this); | 136 | xine_event_create_listener_thread (m_queue, xine_event_handler, this); |
137 | } | 137 | } |
138 | 138 | ||
139 | Lib::~Lib() { | 139 | Lib::~Lib() { |
140 | assert( isRunning() == false ) | 140 | assert( isRunning() == false ); |
141 | assert( m_initialized ); | 141 | assert( m_initialized ); |
142 | 142 | ||
143 | // free( m_config ); | 143 | // free( m_config ); |
144 | 144 | ||
145 | xine_close( m_stream ); | 145 | xine_close( m_stream ); |
146 | 146 | ||
147 | xine_event_dispose_queue( m_queue ); | 147 | xine_event_dispose_queue( m_queue ); |
148 | 148 | ||