[PD-cvs] pd/src m_obj.c,1.2.4.3.2.9,1.2.4.3.2.10

Mathieu Bouchard matju at users.sourceforge.net
Sun Jul 2 02:50:25 CEST 2006


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

Modified Files:
      Tag: devel_0_39
	m_obj.c 
Log Message:
fixed appendicitis in m_obj.c


Index: m_obj.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/m_obj.c,v
retrieving revision 1.2.4.3.2.9
retrieving revision 1.2.4.3.2.10
diff -C2 -d -r1.2.4.3.2.9 -r1.2.4.3.2.10
*** m_obj.c	1 Jul 2006 04:12:42 -0000	1.2.4.3.2.9
--- m_obj.c	2 Jul 2006 00:50:23 -0000	1.2.4.3.2.10
***************
*** 362,365 ****
--- 362,366 ----
  }
  void wire_free (t_wire *self) {
+ 	appendix_free((t_gobj *)self);
  	pd_free((t_pd *)self);
  }





More information about the Pd-cvs mailing list