[PR #581] [MERGED] stream: fix some memory leaks in internal stream handling #21364

Closed
opened 2026-06-13 03:56:06 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/581
Author: @dumbmoron
Created: 6/22/2024
Status: Merged
Merged: 6/22/2024
Merged by: @wukko

Base: currentHead: maybe-fix-leak


📝 Commits (4)

  • 2ab1a01 stream/internal: return from generator when AbortController aborts
  • 5834c71 who knows :-3
  • 2202435 dockerfile: bump node version to 22
  • f8519eb Revert "dockerfile: bump node version to 22"

📊 Changes

2 files changed (+24 additions, -10 deletions)

View changed files

📝 src/modules/stream/internal.js (+14 -9)
📝 src/modules/stream/manage.js (+10 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/imputnet/cobalt/pull/581 **Author:** [@dumbmoron](https://github.com/dumbmoron) **Created:** 6/22/2024 **Status:** ✅ Merged **Merged:** 6/22/2024 **Merged by:** [@wukko](https://github.com/wukko) **Base:** `current` ← **Head:** `maybe-fix-leak` --- ### 📝 Commits (4) - [`2ab1a01`](https://github.com/imputnet/cobalt/commit/2ab1a01e910845d36390a59c08bebd70d4beb4d1) stream/internal: return from generator when AbortController aborts - [`5834c71`](https://github.com/imputnet/cobalt/commit/5834c714cfb1879db6aae26668074f9fec8eda56) who knows :-3 - [`2202435`](https://github.com/imputnet/cobalt/commit/220243598cd38b9ffda2972d074ac58d7812f21e) dockerfile: bump node version to 22 - [`f8519eb`](https://github.com/imputnet/cobalt/commit/f8519eb1f076b164450c709762eab2fb303326e0) Revert "dockerfile: bump node version to 22" ### 📊 Changes **2 files changed** (+24 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `src/modules/stream/internal.js` (+14 -9) 📝 `src/modules/stream/manage.js` (+10 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-13 03:56:06 -05:00
Sign in to join this conversation.