On Mon Nov 24 14:40:56 2025 +0000, Yuxuan Shui wrote:
Were we leaking `reader->streams` previously? I think if I call `reader_Close` then `reader_Open` the streams are not freed.
the lifetime management of `wm_stream` is messy. it can't really be freed because there can be `stream_config` objects referencing it. i will have a follow up MR to merge `IWMStreamConfig` and `IWMMediaProps` interfaces into `wm_stream`.