This repository was archived by the owner on Jun 5, 2024. It is now read-only.
Reallocation is completley broken when you have multiple references #3
Labels
bug
Something isn't working
When trying to reallocate a managed pointer which has references elsewhere, the existing references are broken, as
realloc
frees the existing allocation. This is a BIG issue, that makes it impoossible to realloc safely!The text was updated successfully, but these errors were encountered: