fix comment about memory leaks

Co-authored-by: Fijxu <fijxu@nadeko.net>
This commit is contained in:
Émilien (perso)
2026-02-07 21:04:07 +01:00
committed by GitHub
parent 35ee713cd8
commit 0693f663cd

View File

@@ -36,7 +36,7 @@ Livestream navigation, playlists, and channel metadata also see overdue fixes: T
#### For instance owners #### For instance owners
- Companion downloads, CSP reuse, and check id generation behave predictably even under load (#5561, #5497, #5575) - Companion downloads, CSP reuse, and check id generation behave predictably even under load (#5561, #5497, #5575)
- Proxy responses drop stray headers and HTTP proxy examples in the config were clarified (#5595, #5586) - Proxy responses drop stray headers and HTTP proxy examples in the config were clarified (#5595, #5586)
- Docker/OCI builds were pinned to stable Crystal releases with OpenSSL bundled to avoid runtime surprises (#5604, #5577, #5441) - Docker/OCI builds were pinned to stable Crystal releases with OpenSSL bundled to avoid memory leaks (#5604, #5577, #5441)
#### For developers #### For developers
- README commit instructions, shard targets, and unix socket docs were corrected (#5607, #5608, #5347) - README commit instructions, shard targets, and unix socket docs were corrected (#5607, #5608, #5347)