ospfd: add missing unlock for ospf_interface_address_delete()

Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
Acked-by: Feng Lu <lu.feng@6wind.com>
(cherry picked from commit fbb6c8650344fe72d39f538c681659e8b76a39d0)
This commit is contained in:
Joakim Tjernlund 2010-03-08 13:58:09 +01:00 committed by Daniel Walton
parent 25a346ebeb
commit f4936b2aab

View File

@ -315,6 +315,7 @@ ospf_interface_address_delete (int command, struct zclient *zclient,
assert (rn->info);
oi = rn->info;
route_unlock_node (rn);
/* Call interface hook functions to clean up */
ospf_if_free (oi);