Skip to content
Snippets Groups Projects
Commit ba7665b0 authored by Mark Michelson's avatar Mark Michelson Committed by Gerrit Code Review
Browse files

Merge "res_sorcery_realtime.c: Fix crash from NULL sorcery object type." into 13

parents 7e4d9483 fc45f404
No related branches found
No related tags found
No related merge requests found
......@@ -142,7 +142,7 @@ static struct ast_variable *sorcery_realtime_filter_objectset(struct ast_variabl
}
}
ao2_ref(object_type, -1);
ao2_cleanup(object_type);
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