Diff between eb220d8d8bd1a955c95f686686ec60b53ea8a5d9 and 24fc2b639e6fe567633a60dd4d99eca36a0f1323
Changed Files
| File | Additions | Deletions | Status |
| android/avdtp.c | +3 | -0 | modified |
Full Patch
diff --git a/android/avdtp.c b/android/avdtp.c
index 5ae3afc..3a3380a 100644
--- a/android/avdtp.c
+++ b/android/avdtp.c
@@ -670,6 +670,9 @@ static void stream_free(void *data)
if (stream->timer)
g_source_remove(stream->timer);
+ if (stream->start_timer > 0)
+ g_source_remove(stream->start_timer);
+
if (stream->io)
close_stream(stream);