Merge "Stasis/ARI: Fix off-nominal path json memory leaks." into 13

This commit is contained in:
Joshua Colp
2017-11-06 08:39:20 -06:00
committed by Gerrit Code Review
5 changed files with 15 additions and 2 deletions

View File

@@ -1597,6 +1597,7 @@ struct ast_json *ast_sorcery_objectset_json_create(const struct ast_sorcery *sor
int res = 0;
if (!object_type || !json) {
ast_json_unref(json);
return NULL;
}