Skip to content
Snippets Groups Projects
Commit f4f7304f authored by Jan Kadlec's avatar Jan Kadlec
Browse files

Added missing return value.

- Coverity: 993274, 993275
parent b259aba7
No related branches found
No related tags found
No related merge requests found
......@@ -1938,6 +1938,7 @@ static int knot_ddns_process_rem_rrsigs(knot_node_t *node,
if (*removed == NULL) {
ERR_ALLOC_FAILED;
free(rrsets);
return KNOT_ENOMEM;
}
*removed_count = 0;
......
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