From 66c4fcde29262517d59ce10f7dafa7c4f38d9809 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Sun, 14 Dec 2003 12:31:27 +0000 Subject: fix the fix ;-) CVS patchset: 5911 CVS date: 2003/12/14 12:31:27 --- src/xine-engine/xine.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/xine-engine/xine.c b/src/xine-engine/xine.c index 62d605a70..fe0827c0a 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.276 2003/12/14 12:20:17 f1rmb Exp $ + * $Id: xine.c,v 1.277 2003/12/14 12:31:27 f1rmb Exp $ */ /* @@ -1152,7 +1152,6 @@ void xine_exit (xine_t *this) { WSACleanup(); #endif - pthread_mutex_destroy (&this->streams_lock); pthread_mutex_destroy(&this->streams_lock); free (this); -- cgit v1.2.3