[PD-cvs] externals/iem/iemmatrix/src mtx_fill.c,1.2,1.3

IOhannes m zmölnig zmoelnig at users.sourceforge.net
Fri Oct 14 12:01:36 CEST 2005


Update of /cvsroot/pure-data/externals/iem/iemmatrix/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23925

Modified Files:
	mtx_fill.c 
Log Message:
found and fixed bug in object-destruction


Index: mtx_fill.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/src/mtx_fill.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** mtx_fill.c	13 Oct 2005 11:56:19 -0000	1.2
--- mtx_fill.c	14 Oct 2005 10:01:34 -0000	1.3
***************
*** 53,57 ****
        freebytes (mtx_fill_obj->list_out, sizeof(t_atom)*(mtx_fill_obj->size+2));
     if (mtx_fill_obj->index)
!       freebytes (mtx_fill_obj->list_out, sizeof(int)*(mtx_fill_obj->index_size));
  }
  
--- 53,57 ----
        freebytes (mtx_fill_obj->list_out, sizeof(t_atom)*(mtx_fill_obj->size+2));
     if (mtx_fill_obj->index)
!       freebytes (mtx_fill_obj->index, sizeof(int)*(mtx_fill_obj->index_size));
  }
  





More information about the Pd-cvs mailing list