]> Nishi Git Mirror - gwion.git/commitdiff
:art: Cleaning
authorfennecdjay <astor.jeremie@wanadoo.fr>
Sun, 1 Sep 2019 18:36:38 +0000 (20:36 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Sun, 1 Sep 2019 18:36:38 +0000 (20:36 +0200)
include/vm.h
src/oo/type.c

index 09399e5954ba21bb4ce99d6e4834c59feaeebd76..3f9ec9ccac5dbdfa9015817679d2d1ea4a9a77c2 100644 (file)
@@ -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;
 
 
index 960530dce9c71e84d191f1363639b2772e2a12fc..46b01ed85ea96a3a2b677b4bcbcb5d4b64860d52 100644 (file)
@@ -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)