minor refactoring + non-zero int fixed

This commit is contained in:
2020-11-05 19:53:55 -06:00
parent 4cd5c89d28
commit aa975b7330
10 changed files with 58 additions and 27 deletions

View File

@@ -178,7 +178,7 @@ void sweep(CState *state) {
prev->next = object;
}
cosmoO_freeObject(state, oldObj);
cosmoO_free(state, oldObj);
}
}
}