subscription: Fix a memory leak in link service
This commit is contained in:
parent
955dd33ad9
commit
df7c00d122
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ subscription_link_service(th_subscription_t *s, service_t *t)
|
|||
|
||||
sm = streaming_msg_create_code(SMT_GRACE, s->ths_postpone + t->s_grace_delay);
|
||||
streaming_pad_deliver(&t->s_streaming_pad, sm);
|
||||
streaming_msg_free(sm);
|
||||
|
||||
if(s->ths_start_message != NULL && t->s_streaming_status & TSS_PACKETS) {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue