projects
/
platform
/
upstream
/
bluez.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c8a018
)
media: Fix crash issue
02/325002/1
accepted/tizen_unified
accepted/tizen_unified_x
tizen
accepted/tizen/unified/20250602.101228
accepted/tizen/unified/x/20250603.105803
author
Wootak Jung
<wootak.jung@samsung.com>
Fri, 30 May 2025 04:23:55 +0000
(13:23 +0900)
committer
Wootak Jung
<wootak.jung@samsung.com>
Fri, 30 May 2025 04:24:47 +0000
(13:24 +0900)
media_transport_destroy() is being called twice
Change-Id: If53a6733224094baaf127220da10114146064d87
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
profiles/audio/media.c
patch
|
blob
|
history
diff --git
a/profiles/audio/media.c
b/profiles/audio/media.c
index 7008471736351eb4ebad8c09edb5b4ef91ce9629..d34eee6c4c1c3653da4e7078a52431db4c15b372 100644
(file)
--- a/
profiles/audio/media.c
+++ b/
profiles/audio/media.c
@@
-350,7
+350,6
@@
done:
}
media_stop_suspend_timer();
#endif
- media_transport_destroy(transport);
}
static void clear_endpoint(struct media_endpoint *endpoint)