From ab9b20985c781aabb7869074d191b2466c2f234d Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Sun, 1 Sep 2019 20:36:38 +0200 Subject: [PATCH] :art: Cleaning --- include/vm.h | 2 +- src/oo/type.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/vm.h b/include/vm.h index 09399e59..3f9ec9cc 100644 --- a/include/vm.h +++ b/include/vm.h @@ -24,8 +24,8 @@ typedef struct VM_ { struct Vector_ ugen; struct BBQ_* bbq; struct Gwion_* gwion; - uint32_t rand[2]; VM_Shred cleaner_shred; + uint32_t rand[2]; } VM; diff --git a/src/oo/type.c b/src/oo/type.c index 960530dc..46b01ed8 100644 --- a/src/oo/type.c +++ b/src/oo/type.c @@ -19,7 +19,7 @@ ANN static void free_type(Type a, Gwion gwion) { UNSET_FLAG(a->e->def->union_def, global); free_union_def(gwion->mp, a->e->def->union_def); } else - free_decl_list(gwion->mp, a->e->def->list); + free_decl_list(gwion->mp, a->e->def->list); } a->e->def->union_def = NULL; } else if(a->e->def) -- 2.43.0