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

This commit is contained in:
Joshua Colp 2015-06-30 07:32:22 -05:00 committed by Gerrit Code Review
commit c12ace3ab3
1 changed files with 2 additions and 0 deletions

View File

@ -142,6 +142,8 @@ static struct ast_variable *sorcery_realtime_filter_objectset(struct ast_variabl
}
}
ao2_ref(object_type, -1);
return objectset;
}