diff --git a/main/features.c b/main/features.c index 700a21f86e..6944e10d4e 100644 --- a/main/features.c +++ b/main/features.c @@ -844,6 +844,7 @@ static int action_bridge(struct mansession *s, const struct message *m) } astman_send_ack(s, m, "Channels have been bridged"); + ao2_cleanup(bridge); return 0; }