Merge "res_pjsip_pubsub: Increment persistence data ref when recreating." into 16

16.9
George Joseph 6 years ago committed by Gerrit Code Review
commit 1e78b2cf0a

@ -1264,7 +1264,7 @@ static struct ast_sip_subscription *allocate_subscription(const struct ast_sip_s
*/
if (tree->persistence && tree->persistence->generator_data) {
sub->persistence_data = ast_json_object_get(tree->persistence->generator_data, resource);
sub->persistence_data = ast_json_ref(ast_json_object_get(tree->persistence->generator_data, resource));
}
sub->handler = handler;

Loading…
Cancel
Save