aboutsummaryrefslogtreecommitdiff
path: root/sys.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys.c')
-rw-r--r--sys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys.c b/sys.c
index d56c152..195b2a1 100644
--- a/sys.c
+++ b/sys.c
@@ -58,7 +58,7 @@ void sys_cleanup(sys_t *sys)
case TAG_VEC:
{
lvec_t *lvec = as_vec(allocated);
- vec_free(&lvec->data);
+ ivec_free(&lvec->data);
free(lvec);
break;
}