commit | 1d19234e79c77a7d55194b513f2a77c6a691bc2c | [log] [tgz] |
---|---|---|
author | Tom Goff <thomas.goff@boeing.com> | Wed Nov 10 13:02:38 2010 -0800 |
committer | Paul Jakma <paul@quagga.net> | Mon Mar 21 13:31:16 2011 +0000 |
tree | 4daf54c79e1cc3c3c6fa3ca66cfccb68770b3dd1 | |
parent | 7e69d993673597334b1e1b3d1072a4c064f293d5 [diff] |
ospf6d: Fix memory allocation issues in SPF * ospf6_area.c: Call ospf6_spf_table_finish() before deleting the spf table. This ensures that the associated ospf6_vertex structures are also freed. * ospf6_spf.c: Only allocate a priority queue when a spf calculation is actually performed. Also defer calling ospf6_spf_table_finish().