mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
fix bugs from recent changes and additions
This commit is contained in:
parent
c1b8f468d7
commit
ce29c7e92f
2 changed files with 3 additions and 1 deletions
|
@ -511,6 +511,7 @@ pub fn listReleaseExcessCapacity(
|
|||
|
||||
@memcpy(dest_ptr, source_ptr, old_length * element_width);
|
||||
}
|
||||
list.decref(alignment);
|
||||
return output;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue