mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix #4139: Fix unbound-host leaks memory on ANY.
git-svn-id: file:///svn/unbound/trunk@4821 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
375d3e7520
commit
c887ae1022
2 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
||||||
apply cleanly. Also remade yacc and lex.
|
apply cleanly. Also remade yacc and lex.
|
||||||
- Fix mesh.c incompatible pointer pass.
|
- Fix mesh.c incompatible pointer pass.
|
||||||
- Please doxygen so it passes.
|
- Please doxygen so it passes.
|
||||||
|
- Fix #4139: Fix unbound-host leaks memory on ANY.
|
||||||
|
|
||||||
30 July 2018: Wouter
|
30 July 2018: Wouter
|
||||||
- Fix #4136: insufficiency from mismatch of FLEX capability between
|
- Fix #4136: insufficiency from mismatch of FLEX capability between
|
||||||
|
|
|
||||||
|
|
@ -340,6 +340,7 @@ pretty_output(char* q, int t, int c, struct ub_result* result, int docname)
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
printf("%s\n", s);
|
printf("%s\n", s);
|
||||||
|
free(s);
|
||||||
} else printf(" has no %s record", tstr);
|
} else printf(" has no %s record", tstr);
|
||||||
printf(" %s\n", secstatus);
|
printf(" %s\n", secstatus);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue