Commit df80ae86 authored by Emanuele Giaquinta's avatar Emanuele Giaquinta Committed by Max Kellermann

Call CloseComponent after AudioUnitUninitialize.

parent f5bbb2b8
......@@ -128,8 +128,8 @@ static void osx_closeDevice(void *data)
od->started = 0;
}
CloseComponent(od->au);
AudioUnitUninitialize(od->au);
CloseComponent(od->au);
}
static OSStatus
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment