aboutsummaryrefslogtreecommitdiff
path: root/vvconv.c
diff options
context:
space:
mode:
Diffstat (limited to 'vvconv.c')
-rw-r--r--vvconv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vvconv.c b/vvconv.c
index 5541705..1e107f0 100644
--- a/vvconv.c
+++ b/vvconv.c
@@ -101,7 +101,7 @@ static void vvconv_lst(t_vvconv *x, t_symbol *s, int argc, t_atom *argv)
SETFLOAT(a, *g++);
a++;
}
- freebytes(f,sizeof(float)*n);
+ freebytes(f,sizeof(t_float)*n);
}
outlet_list(x->x_obj.ob_outlet, gensym("list"), n, ap);
freebytes(ap, sizeof(t_atom)*n);