diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2012-02-22 13:08:43 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2012-02-22 13:08:43 +0000 |
commit | 13d043652ade404662f846f3861914cd5171847e (patch) | |
tree | 0cf128c0abe2896ce41dfc72e80ce9704a977d9f /alias | |
parent | f6fec7ce034ae5018f36206f85a0e4e9ec59e6cb (diff) |
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
svn path=/trunk/externals/iem/iemmatrix/; revision=16028
Diffstat (limited to 'alias')
0 files changed, 0 insertions, 0 deletions