From: Jelte Jansen Date: Thu, 17 Feb 2005 09:51:45 +0000 (+0000) Subject: :p X-Git-Tag: release-0.50~404 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0abd88cacaaa0cbc06ecc61d5b140d0571347c3;p=thirdparty%2Fldns.git :p --- diff --git a/host2str.c b/host2str.c index 00514018..753a7941 100644 --- a/host2str.c +++ b/host2str.c @@ -942,7 +942,6 @@ ldns_pkt2buffer_str(ldns_buffer *output, ldns_pkt *pkt) if (ldns_pkt_answerfrom(pkt)) { ldns_buffer_printf(output, ";; SERVER: %s\n", ldns_pkt_answerfrom(pkt)); } -malloc(2); ldns_buffer_printf(output, ";; MSG SIZE rcvd: %d\n", (int)ldns_pkt_size(pkt)); } else { return ldns_buffer_status(output);