thqby / ahk2_lib

MIT License
197 stars 26 forks source link

Audio.ahk crash on `SysFreeString` #13

Closed lstrfwp closed 1 year ago

lstrfwp commented 1 year ago

This crashes when SysFreeString is called in BSTR

DeviceList := IMMDeviceEnumerator().EnumAudioEndpoints()
loop DeviceList.GetCount() {
    OutputDebug DeviceList.Item(A_Index-1).GetId()
}