Diff between 49cc4676c6f63152f34b778605ef3463f4f15576 and ec20ba7a84064f82f2dd8b668bae5a67d829febf
Changed Files
| File | Additions | Deletions | Status |
| android/hal-audio.c | +1 | -1 | modified |
Full Patch
diff --git a/android/hal-audio.c b/android/hal-audio.c
index e9a9c54..1a3d3ae 100644
--- a/android/hal-audio.c
+++ b/android/hal-audio.c
@@ -504,7 +504,7 @@ static bool open_endpoint(struct audio_endpoint **epp,
if (!ep) {
error("Cound not find opened endpoint");
- return false;
+ goto failed;
}
*epp = ep;