[xiph-cvs] cvs commit: thread thread.c

Karl Heyes karl at xiph.org
Tue Mar 11 19:59:55 PST 2003



karl        03/03/11 22:59:55

  Modified:    .        thread.c
  Log:
  avoid freeing a thread structure a second time.

Revision  Changes    Path
1.23      +0 -1      thread/thread.c

Index: thread.c
===================================================================
RCS file: /usr/local/cvsroot/thread/thread.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- thread.c	9 Mar 2003 22:56:46 -0000	1.22
+++ thread.c	12 Mar 2003 03:59:55 -0000	1.23
@@ -738,7 +738,6 @@
     _mutex_lock(&_threadtree_mutex);
     avl_delete(_threadtree, thread, _free_thread);
     _mutex_unlock(&_threadtree_mutex);
-    _free_thread(thread);
 }
 
 /* AVL tree functions */

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list