ReenigneArcher
ReenigneArcher
Actually, if this is affecting only Windows, I guess this is the most likely cause. `* fix(windows): Memory leak when EnumAdapters1 uses dxgi::adapter_t address as parameter by [@xd-byte](https://github.com/xd-byte) in [#4340](https://github.com/LizardByte/Sunshine/pull/4340)`...
If 2025.924.x isn't working, then this will be a bit hard to track down, as there was literally nothing in that change history which could cause this. https://github.com/LizardByte/Sunshine/compare/v2025.923.33222...v2025.924.154138
These are the changes on FFmpeg side: https://github.com/LizardByte/build-deps/pulls?q=is%3Apr+is%3Amerged Starting with https://github.com/LizardByte/build-deps/pull/520 These dependencies we compile, and don't depend on the system package manager: https://github.com/LizardByte/build-deps/tree/master/third-party/FFmpeg
> a way of exposing that in the PR workflow, ideally restricted to the changed files, and codeql will not fail a workflow unless the PR introduces NEW issues... you...
> If this was enabled for PRs, I'd only want to flag issues found in the new/changed code. That's precisely how it works. The schedule, runs against your master branch...
> You can specify a commit instead of a branch, or `f'https://github.com/ytdl-org/youtube-dl/archive/{commit}.zip'`, but probably better to use a tagged nightly build, like https://github.com/ytdl-org/ytdl-nightly/archive/refs/tags/2024.03.13.zip. I'm aware. The issue is that dependabot...
Thanks for looking into this so quickly, much appreciated!
Just to add, I am statically linking curl which has slightly different variable names, like: - `CURL_STATIC_INCLUDE_DIRS` - `CURL_STATIC_LIBRARY_DIRS` - `CURL_STATIC_LIBRARIES` @vszakats would your PR to curl handle these as...
@vszakats Accoring to https://cmake.org/cmake/help/latest/module/FindCURL.html, no. We're using `pkg_check_modules(CURL REQUIRED libcurl)` which does populate them.
```txt #17 3.205 Some packages could not be installed. This may mean that you have #17 3.205 requested an impossible situation or if you are using the unstable #17 3.205...