[PD-cvs] pd/src m_pd.c,1.3.8.4,1.3.8.5

Mathieu Bouchard matju at users.sourceforge.net
Sat Jul 1 06:23:06 CEST 2006


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

Modified Files:
      Tag: devel_0_39
	m_pd.c 
Log Message:
fixing the t_appendix memory leak


Index: m_pd.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/m_pd.c,v
retrieving revision 1.3.8.4
retrieving revision 1.3.8.5
diff -C2 -d -r1.3.8.4 -r1.3.8.5
*** m_pd.c	30 Nov 2005 13:36:58 -0000	1.3.8.4
--- m_pd.c	1 Jul 2006 04:23:04 -0000	1.3.8.5
***************
*** 28,31 ****
--- 28,32 ----
      t_class *c = *x;
      if (c->c_freemethod) (*(t_gotfn)(c->c_freemethod))(x);
+     if (c->c_gobj) appendix_free((t_gobj *)x);
      if (c->c_patchable)
      {





More information about the Pd-cvs mailing list