TartanLlama merged fastly/js-compute-runtime#1483 · June 1, 2026 14:04 fix: Remove memory leak of cache write options in error cases #1483 When processing pending requests, we dynamically allocate cache write options. If the function exits early, the memory leaks. This PR uses std::uni… +2 -2