[Git][wine/wine][master] winegstreamer: Free stream buffers before wg_parser_disconnect.
Alexandre Julliard pushed to branch master at wine / wine Commits: e3c9d3ac by Yuxuan Shui at 2025-09-11T23:04:26+02:00 winegstreamer: Free stream buffers before wg_parser_disconnect. Renaming destroy_stream to free_stream_buffers because that's what it does. wg_parser_disconnect frees all streams on the wg_parser, but free_stream_buffers later calls wg_parser_stream_release_buffer on those streams. It has saved pointers to those in wm_stream->wg_stream, which became dangling pointers after wg_parser_disconnect. - - - - - 1 changed file: - dlls/winegstreamer/wm_reader.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/e3c9d3ac76b223073253667e2447e1c... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/e3c9d3ac76b223073253667e2447e1c... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)