* aspath_test.c: (validate) free the temporary aspaths.
(empty_get_test) ditto.
+2006-01-16 Paul Jakma <paul.jakma@sun.com>
+
+ * aspath_test.c: (validate) free the temporary aspaths.
+ (empty_get_test) ditto.
+
2006-01-10 Paul Jakma <paul.jakma@sun.com>
* test-stream.c: new file, small unit test for new
aspath_private_as_check (as));
}
aspath_unintern (asinout);
- /* aspath_unintern (asconfeddel);*/
+ aspath_free (asconfeddel);
+ aspath_free (asstr);
+
return fails;
}
printf ("failed!\n");
printf ("\n");
+
+ aspath_free (as);
}
/* basic parsing test */