aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/jibuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jibuf.c b/src/jibuf.c
index 2632a57..502f6e5 100644
--- a/src/jibuf.c
+++ b/src/jibuf.c
@@ -322,7 +322,7 @@ void osmo_jibuf_delete(struct osmo_jibuf *jb)
struct msgb *msg, *tmp;
osmo_timer_del(&jb->timer);
llist_for_each_entry_safe(msg, tmp, &jb->msg_list, list)
- dequeue_msg(jb, msg);
+ dequeue_msg(jb, msg);
talloc_free(jb);
}