diff options
Diffstat (limited to 'src/cubeb.c')
-rw-r--r-- | src/cubeb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cubeb.c b/src/cubeb.c index ea21046..cf29e12 100644 --- a/src/cubeb.c +++ b/src/cubeb.c @@ -351,6 +351,8 @@ cubeb_destroy(cubeb * context) } context->ops->destroy(context); + + cubeb_set_log_callback(CUBEB_LOG_DISABLED, NULL); } int |