From: fennecdjay Date: Sun, 1 Sep 2019 18:36:38 +0000 (+0200) Subject: :art: Cleaning X-Git-Tag: nightly~2248 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=ab9b20985c781aabb7869074d191b2466c2f234d;p=gwion.git :art: Cleaning --- 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)