Skip to content
Snippets Groups Projects
Commit c12ace3a authored by Joshua Colp's avatar Joshua Colp Committed by Gerrit Code Review
Browse files

Merge "res_sorcery_realtime: Fix leak of sorcery object type."

parents 3cd53bd3 58d18324
No related branches found
No related tags found
No related merge requests found
......@@ -142,6 +142,8 @@ static struct ast_variable *sorcery_realtime_filter_objectset(struct ast_variabl
}
}
ao2_ref(object_type, -1);
return objectset;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment