[PD-cvs] pd/src desire.c,1.1.2.217.2.73,1.1.2.217.2.74

Mathieu Bouchard matju at users.sourceforge.net
Mon Dec 18 23:44:12 CET 2006


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

Modified Files:
      Tag: desiredata
	desire.c 
Log Message:
deleting array doesn't crash anymore.


Index: desire.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/desire.c,v
retrieving revision 1.1.2.217.2.73
retrieving revision 1.1.2.217.2.74
diff -C2 -d -r1.1.2.217.2.73 -r1.1.2.217.2.74
*** desire.c	14 Dec 2006 19:58:34 -0000	1.1.2.217.2.73
--- desire.c	18 Dec 2006 22:44:08 -0000	1.1.2.217.2.74
***************
*** 1685,1689 ****
      /* LATER find a way to get #A unbound earlier (at end of load?) */
      while ((x2 = pd_findbyclass(gensym("#A"), garray_class))) pd_unbind(x2, gensym("#A"));
-     pd_free(x);
  }
  
--- 1685,1688 ----





More information about the Pd-cvs mailing list