Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
infradig committed Sep 7, 2024
1 parent f00f762 commit 4d5cd5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,6 @@ void convert_to_literal(module *m, cell *c)
c->val_off = off;
c->match = NULL;
c->flags = 0;
c->arity = 0;
free(src);
}

Expand Down

0 comments on commit 4d5cd5e

Please sign in to comment.