[PD-cvs] pd/src m_pd.c,1.3.8.7,1.3.8.8

Jamie Tittle tigital at users.sourceforge.net
Thu Jul 6 20:02:04 CEST 2006


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

Modified Files:
      Tag: devel_0_39
	m_pd.c 
Log Message:
no appendix_free() without DESIRE

Index: m_pd.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/m_pd.c,v
retrieving revision 1.3.8.7
retrieving revision 1.3.8.8
diff -C2 -d -r1.3.8.7 -r1.3.8.8
*** m_pd.c	2 Jul 2006 00:52:57 -0000	1.3.8.7
--- m_pd.c	6 Jul 2006 18:02:02 -0000	1.3.8.8
***************
*** 31,35 ****
--- 31,37 ----
      t_class *c = *x;
      if (c->c_freemethod) (*(t_gotfn)(c->c_freemethod))(x);
+ #ifdef DESIRE
      if (c->c_gobj) appendix_free((t_gobj *)x);
+ #endif
      if (c->c_patchable)
      {





More information about the Pd-cvs mailing list