1
0
mirror of https://github.com/janet-lang/janet synced 2026-03-14 11:49:48 +00:00
Files
janet/src/core
Calvin Rose ca9ffaa5bb Avoid memory leak when canceling fibers with threaded channels.
Objects in channels are sent as messages that need to be freed by the
consumer. However, in certain cases, no consumer is available and the
messages were being discarded without properly being freed. This should
also fix `-fsanitize=address` on GCC and CLANG with the default test
suite.
2026-02-20 14:47:00 -06:00
..
2026-01-29 11:39:05 +09:00
2026-01-27 13:28:52 -06:00
2026-01-23 07:33:05 -06:00
2026-02-02 18:28:08 -06:00
2026-02-20 07:30:30 -06:00
2026-02-06 00:23:45 -06:00
2026-02-18 08:19:13 -06:00
2026-02-14 18:31:57 -06:00
2026-02-02 21:19:48 -06:00
2026-02-02 21:19:48 -06:00