You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.
Not 100% certain this is an issue and no urgent fix or investigation required now but creating this ticket in case this causes a problem later.
After calling an rgb function from Swift code and using the pointer in CResultString to create Swift string, that data is only copied and the original most likely is never being released from memory on the rust side. Usually in a C library there will be an additional function to call to explicitly release the result from memory once the Swift code is done copying it.
The text was updated successfully, but these errors were encountered:
Not 100% certain this is an issue and no urgent fix or investigation required now but creating this ticket in case this causes a problem later.
After calling an rgb function from Swift code and using the pointer in
CResultString
to create Swift string, that data is only copied and the original most likely is never being released from memory on the rust side. Usually in a C library there will be an additional function to call to explicitly release the result from memory once the Swift code is done copying it.The text was updated successfully, but these errors were encountered: