Still broken, but I believe we're moving in the right direction.

This commit is contained in:
Simon Brooke 2019-01-24 10:12:08 +00:00
parent bf72ae379d
commit f8c20ab3b1
5 changed files with 124 additions and 24 deletions

View file

@ -59,7 +59,7 @@ void dec_ref( struct cons_pointer pointer ) {
cell->count--;
if ( cell->count == 0 ) {
// free_cell( pointer );
free_cell( pointer );
}
}
}