Diff between d7f381df6fbf697510c094fc4f435a07e2676c63 and c1e035a30f6fa36b67cb74f3018e1c1980d6d4a9

Changed Files

File Additions Deletions Status
android/hal-sco.c +1 -1 modified

Full Patch

diff --git a/android/hal-sco.c b/android/hal-sco.c
index 472c7e8..7cbe558 100644
--- a/android/hal-sco.c
+++ b/android/hal-sco.c
@@ -735,7 +735,7 @@ failed:
 	free(out->cache);
 	free(out->downmix_buf);
 	free(out);
-	stream_out = NULL;
+	*stream_out = NULL;
 	adev->out = NULL;
 	sco_stream_out = NULL;