mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #10125] fix: accessing Standard* of a Process requires manually disposing them afterwards #12344
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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