aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cubeb.c
diff options
context:
space:
mode:
authorAlex Chronopoulos <[email protected]>2016-03-04 18:12:28 +0200
committerAlex Chronopoulos <[email protected]>2016-03-08 13:09:03 +0200
commit6b2c610ec860d1859d206d66327c952e9d4b0316 (patch)
treecd8ab3bab810996dfc4b5850cce8c5dc7ce79b1c /src/cubeb.c
parentac4332e18fc0cef7c4be02a19de9cf4dad435acc (diff)
downloadcubeb-6b2c610ec860d1859d206d66327c952e9d4b0316.tar.gz
cubeb-6b2c610ec860d1859d206d66327c952e9d4b0316.zip
Implement full-duplex for audiounit backend.
Diffstat (limited to 'src/cubeb.c')
-rw-r--r--src/cubeb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cubeb.c b/src/cubeb.c
index 5f5e92b..8c5dfc0 100644
--- a/src/cubeb.c
+++ b/src/cubeb.c
@@ -425,6 +425,7 @@ int cubeb_device_collection_destroy(cubeb_device_collection * collection)
int cubeb_device_info_destroy(cubeb_device_info * info)
{
+ free(info->devid);
free(info->device_id);
free(info->friendly_name);
free(info->group_id);