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

Was crashing due to an error with deallocation.

parent c49dae6e
No related branches found
No related tags found
No related merge requests found
......@@ -240,7 +240,7 @@ static int test_dname_compare()
for (int i = 0; i < TEST_DOMAINS_OK; i++)
{
dnslib_dname_free(dnames[i]);
dnslib_dname_free(&dnames[i]);
}
return (errors == 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