[PATCH 0/1] MR7379: winebth.sys: Fix refcount leak while updating properties for a local radio.
20 Feb
20 Feb
7:17 a.m.
New subject: [PATCH 1/1] winebth.sys: Free Unix handle to the local radio after updating its properties.
From: Vibhav Pant <vibhavp(a)gmail.com> --- dlls/winebth.sys/winebth.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/winebth.sys/winebth.c b/dlls/winebth.sys/winebth.c index 5bdea771d6f..ec8a221788a 100644 --- a/dlls/winebth.sys/winebth.c +++ b/dlls/winebth.sys/winebth.c @@ -328,6 +328,7 @@ static void update_bluetooth_radio_properties( struct winebluetooth_watcher_even } } LeaveCriticalSection( &device_list_cs ); + winebluetooth_radio_free( radio ); } static DWORD CALLBACK bluetooth_event_loop_thread_proc( void *arg ) -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/7379
304
Age (days ago)
304
Last active (days ago)
1 comments
2 participants
participants (2)
-
Vibhav Pant -
Vibhav Pant (@vibhavp)