Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
While harmless, the runtime should clean up non-user allocated data. On the same veign of: odin-lang#4680 I'm kinda new to Odin and wrote netcat, in order to get a clean valgrind run, one has to manually destroy dns_configuration: https://github.com/haesbaert/learn-odin/blob/main/netcat/netcat.odin#L168-L169 While here unexport the destroy procedure and make destruction idempotent.
- Loading branch information