Revision: 16028 http://pure-data.svn.sourceforge.net/pure-data/?rev=16028&view=rev Author: zmoelnig Date: 2012-02-22 13:08:43 +0000 (Wed, 22 Feb 2012) Log Message: ----------- never ever mix calloc with freebytes
memory allocated by libc (e.g. using 'malloc') MUST NOT be freed using freebytes() since the latter might use a different free() implementation. on w32 this is quite common, depending on how Pd is compiled, and how the external is compiled
Modified Paths: -------------- trunk/externals/iem/iemmatrix/src/mtx_conv.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.