Skip to content
Snippets Groups Projects
Commit bb616b08 authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

edns test: fix memory leak

parent ce243ae0
No related branches found
No related tags found
No related merge requests found
......@@ -635,6 +635,7 @@ static bool test_unique(void)
"\xaa\xa2\x00\x0a\xe0\xe1\xe2\xe3\xe4\xe5\xe6\xe7\xe8\xe9");
ok(bret, "OPT RR unique: check written option");
knot_rrset_clear(&opt_rr, NULL);
return true;
}
......
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