From: Vibhav Pant vibhavp@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 )