chiark / gitweb /
+ * Many memory leaks fixed.
[adns.git] / regress / hplayback.c.m4
index d7b383a0c495b3fd39e5c480f114b03c25fc394b..97e951a33665878636c51beb902d2bd1be2c77a8 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;