Diff between 6a1f2fdb9ab9e96b2d503aa5a27081bf4de5fcf0 and 9745efcc75d2b56c22824a2d877c92cdda33dafe
Changed Files
| File | Additions | Deletions | Status |
| android/client/if-sco.c | +2 | -0 | modified |
Full Patch
diff --git a/android/client/if-sco.c b/android/client/if-sco.c
index 4919fd9..70e2737 100644
--- a/android/client/if-sco.c
+++ b/android/client/if-sco.c
@@ -451,6 +451,8 @@ static void read_p(int argc, const char **argv)
haltest_error("Cannot create playback thread!\n");
goto failed;
}
+
+ return;
failed:
if (out)
fclose(out);