+ * Many memory leaks fixed.
[adns] / regress / hplayback.c.m4
index d7b383a..97e951a 100644 (file)
@@ -40,6 +40,10 @@ m4_include(hmacros.i4)
 static FILE *Tinputfile, *Treportfile;
 static vbuf vb2;
 
+extern void Tshutdown(void) {
+  adns__vbuf_free(&vb2);
+}
+
 static void Tensurereportfile(void) {
   const char *fdstr;
   int fd;