mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 20:32:18 +00:00
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:
parent
8fdc32ab9a
commit
6726f950ad
@ -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>
|
2006-01-10 Paul Jakma <paul.jakma@sun.com>
|
||||||
|
|
||||||
* test-stream.c: new file, small unit test for new
|
* test-stream.c: new file, small unit test for new
|
||||||
|
@ -621,7 +621,9 @@ validate (struct aspath *as, const struct test_spec *sp)
|
|||||||
aspath_private_as_check (as));
|
aspath_private_as_check (as));
|
||||||
}
|
}
|
||||||
aspath_unintern (asinout);
|
aspath_unintern (asinout);
|
||||||
/* aspath_unintern (asconfeddel);*/
|
aspath_free (asconfeddel);
|
||||||
|
aspath_free (asstr);
|
||||||
|
|
||||||
return fails;
|
return fails;
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -639,6 +641,8 @@ empty_get_test ()
|
|||||||
printf ("failed!\n");
|
printf ("failed!\n");
|
||||||
|
|
||||||
printf ("\n");
|
printf ("\n");
|
||||||
|
|
||||||
|
aspath_free (as);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* basic parsing test */
|
/* basic parsing test */
|
||||||
|
Loading…
Reference in New Issue
Block a user