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

Fixed a leak in zone load.

parent 0cbb3487
No related branches found
No related tags found
No related merge requests found
......@@ -105,6 +105,8 @@ dnslib_rdata_t *dnslib_load_rdata(uint16_t type, FILE *f)
fprintf(stderr, "Error: could not set items\n");
}
free(items);
return rdata;
}
......
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