diff --git a/Source/Core/Core/HW/WiimoteReal/IOdarwin.mm b/Source/Core/Core/HW/WiimoteReal/IOdarwin.mm index d3e10696f4..1cce25c00f 100644 --- a/Source/Core/Core/HW/WiimoteReal/IOdarwin.mm +++ b/Source/Core/Core/HW/WiimoteReal/IOdarwin.mm @@ -142,6 +142,8 @@ void WiimoteScanner::FindWiimotes(std::vector & found_wiimotes, Wiimot if ([bti start] != kIOReturnSuccess) { ERROR_LOG(WIIMOTE, "Unable to do bluetooth discovery"); + [bth release]; + [sbt release]; return; }