1
0
mirror of https://github.com/janet-lang/janet synced 2025-04-15 15:23:19 +00:00
Calvin Rose bf8d5da3dc Fix possible memory leak on buffer overflow.
(All buffer push functions can panic (longjmp), skipping
 deinit. Instead, we should use the garbage collected api).
2019-01-19 12:32:52 -05:00
..