diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mtx_fill.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mtx_fill.c b/src/mtx_fill.c index fb97041..400c217 100644 --- a/src/mtx_fill.c +++ b/src/mtx_fill.c @@ -52,7 +52,7 @@ static void deleteMTXFill (MTXfill *mtx_fill_obj) if (mtx_fill_obj->list_out) 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)); + freebytes (mtx_fill_obj->index, sizeof(int)*(mtx_fill_obj->index_size)); } static void setListConstFloat (int size, t_float f, t_atom *y) |