[PD-cvs] pd/src d_soundfile.c,1.1.1.2.2.29,1.1.1.2.2.30

Tim Blechmann timblech at users.sourceforge.net
Fri Nov 5 15:53:16 CET 2004


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6776

Modified Files:
      Tag: devel_0_37
	d_soundfile.c 
Log Message:
fixed deadlock bug

Index: d_soundfile.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/d_soundfile.c,v
retrieving revision 1.1.1.2.2.29
retrieving revision 1.1.1.2.2.30
diff -C2 -d -r1.1.1.2.2.29 -r1.1.1.2.2.30
*** d_soundfile.c	23 Oct 2004 13:07:23 -0000	1.1.1.2.2.29
--- d_soundfile.c	5 Nov 2004 14:53:13 -0000	1.1.1.2.2.30
***************
*** 1017,1021 ****
  
  		/* work on the queue */
- 		pthread_mutex_lock(&(soundfiler_queue->mutex));
  		while (soundfiler_queue->begin!=NULL)
  		{
--- 1017,1020 ----





More information about the Pd-cvs mailing list