diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2003-12-14 12:31:27 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2003-12-14 12:31:27 +0000 |
commit | 66c4fcde29262517d59ce10f7dafa7c4f38d9809 (patch) | |
tree | 5774d09ee2bd752e587a85f3ed99e5c8a9d24513 /src | |
parent | f288d058ce0252a33e3c0c2c76eb0fcd4c9a9051 (diff) | |
download | xine-lib-66c4fcde29262517d59ce10f7dafa7c4f38d9809.tar.gz xine-lib-66c4fcde29262517d59ce10f7dafa7c4f38d9809.tar.bz2 |
fix the fix ;-)
CVS patchset: 5911
CVS date: 2003/12/14 12:31:27
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-engine/xine.c | 3 |
1 files changed, 1 insertions, 2 deletions
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); |