From 3c8adbc5f49fa74383fdfd20f1eb8ce3bd0b8887 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Tue, 21 May 2002 14:35:52 +0000 Subject: Remove unneeded mutex unlock. CVS patchset: 1922 CVS date: 2002/05/21 14:35:52 --- src/xine-engine/xine.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/xine-engine/xine.c b/src/xine-engine/xine.c index 93fe48480..41cbdbc3f 100644 --- a/src/xine-engine/xine.c +++ b/src/xine-engine/xine.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine.c,v 1.130 2002/05/21 00:50:18 siggi Exp $ + * $Id: xine.c,v 1.131 2002/05/21 14:35:52 f1rmb Exp $ * * top-level xine functions * @@ -500,8 +500,6 @@ int xine_eject (xine_t *this) { if (((this->status == XINE_STOP) || (this->status == XINE_LOGO)) && this->last_input_plugin && this->last_input_plugin->eject_media) { - pthread_mutex_unlock (&this->xine_lock); - status = this->last_input_plugin->eject_media (this->last_input_plugin); } -- cgit v1.2.3