mediafoundation: Fix resource leak
IMFActivate would hold its internal objects unless user call ShutdownObject(), even if we release the IMFActivate. Here internal objects may include Direct3D objects, such as texture, device handle for example.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
IMFActivate would hold its internal objects unless user call ShutdownObject(), even if we release the IMFActivate. Here internal objects may include Direct3D objects, such as texture, device handle for example.