mf/session: Reset presentation flags when session_clear_presentation is called.
commita65d0e1fe7e86ec4b142894c0b9d6378af089668
authorSantino Mazza <smazza@codeweavers.com>
Tue, 2 May 2023 21:32:18 +0000 (2 18:32 -0300)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 3 May 2023 14:48:41 +0000 (3 16:48 +0200)
treef82444baa623f5d087101eb672e683f0b5991d35
parent72d4aea80f9473378dc815997f4640c830be466c
mf/session: Reset presentation flags when session_clear_presentation is called.

This prevents hangs when a program sets a new topology after stopping the current
topology, because if we don't reset the flags to 0 the session will not subscribe
to the events of the new topology sources.
dlls/mf/session.c