mirror of https://github.com/mpv-player/mpv
ao_coreaudio: fix another minor memory leak
How stupid, even the cleanup gotos were already there.
This commit is contained in:
parent
f3a003e550
commit
9ed289ef90
|
@ -289,5 +289,6 @@ void ca_get_active_chmap(struct ao *ao, AudioDeviceID device, int channel_count,
|
|||
}
|
||||
|
||||
out_map->num = 0;
|
||||
done: ;
|
||||
done:
|
||||
talloc_free(ta_ctx);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue