Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
subscription: Fix a memory leak in link service
  • Loading branch information
perexg committed Sep 8, 2014
1 parent 955dd33 commit df7c00d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/subscriptions.c
Expand Up @@ -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) {

Expand Down

0 comments on commit df7c00d

Please sign in to comment.