wasapi2: Fix potential crash on device activation failure
authorSeungha Yang <seungha@centricular.com>
Thu, 16 Mar 2023 14:09:53 +0000 (23:09 +0900)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Sat, 18 Mar 2023 02:01:30 +0000 (02:01 +0000)
commit3401c4caa9532986dddcb905aa14ea55b757bdca
tree291ece37b2fe57246ee9c87b419d9115ba66d142
parent6341817018206e8aa27739f32a80aafec50d037b
wasapi2: Fix potential crash on device activation failure

The activation object is live in COM thread already and therefore
self refcount hack is pointless.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4207>
subprojects/gst-plugins-bad/sys/wasapi2/gstwasapi2client.cpp