Still broken, but I believe we're moving in the right direction.
This commit is contained in:
parent
bf72ae379d
commit
f8c20ab3b1
5 changed files with 124 additions and 24 deletions
|
|
@ -59,7 +59,7 @@ void dec_ref( struct cons_pointer pointer ) {
|
|||
cell->count--;
|
||||
|
||||
if ( cell->count == 0 ) {
|
||||
// free_cell( pointer );
|
||||
free_cell( pointer );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue