2006-01-16 Paul Jakma <paul.jakma@sun.com>

* aspath_test.c: (validate) free the temporary aspaths.
	  (empty_get_test) ditto.
This commit is contained in:
paul 2006-01-16 12:06:00 +00:00
parent 8fdc32ab9a
commit 6726f950ad
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -621,7 +621,9 @@ validate (struct aspath *as, const struct test_spec *sp)
aspath_private_as_check (as));
}
aspath_unintern (asinout);
/* aspath_unintern (asconfeddel);*/
aspath_free (asconfeddel);
aspath_free (asstr);
return fails;
}
@ -639,6 +641,8 @@ empty_get_test ()
printf ("failed!\n");
printf ("\n");
aspath_free (as);
}
/* basic parsing test */