[PR #10125] fix: accessing Standard* of a Process requires manually disposing them afterwards #12344

Closed
opened 2026-02-07 06:54:10 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/10125

State: closed
Merged: Yes


Changes
Seems like we must dispose the streamreaders manually to avoid (temporarily) leaking SafeFileHandles: https://source.dot.net/#System.Diagnostics.Process/System/Diagnostics/Process.cs,894

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/10125 **State:** closed **Merged:** Yes --- <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** Seems like we must dispose the streamreaders manually to avoid (temporarily) leaking SafeFileHandles: https://source.dot.net/#System.Diagnostics.Process/System/Diagnostics/Process.cs,894
OVERLORD added the pull-request label 2026-02-07 06:54:10 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#12344