fix bugs from recent changes and additions

This commit is contained in:
Brendan Hansknecht 2023-03-15 18:25:15 -07:00
parent c1b8f468d7
commit ce29c7e92f
No known key found for this signature in database
GPG key ID: 0EA784685083E75B
2 changed files with 3 additions and 1 deletions

View file

@ -511,6 +511,7 @@ pub fn listReleaseExcessCapacity(
@memcpy(dest_ptr, source_ptr, old_length * element_width);
}
list.decref(alignment);
return output;
}
}