summaryrefslogtreecommitdiffstats
path: root/audio/a2dp.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/a2dp.c')
-rw-r--r--audio/a2dp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/a2dp.c b/audio/a2dp.c
index e2aeedfd..b6f0c627 100644
--- a/audio/a2dp.c
+++ b/audio/a2dp.c
@@ -683,7 +683,7 @@ static gboolean suspend_ind(struct avdtp *session, struct avdtp_local_sep *sep,
if (a2dp_sep->suspend_timer) {
g_source_remove(a2dp_sep->suspend_timer);
- a2dp_sep->suspend_timer = NULL;
+ a2dp_sep->suspend_timer = 0;
}
return TRUE;