lacp: Sort slaves in appctl output.
[openvswitch] / lib / route-table.c
index a0c812105eb33e71c565a3b28cd5371988f97547..58c1b60159c90ca404815fef30511ee0f14d2ec1 100644 (file)
@@ -188,6 +188,8 @@ route_table_unregister(void)
     register_count--;
 
     if (!register_count) {
+        nln_notifier_destroy(route_notifier);
+        route_notifier = NULL;
         nln_destroy(nln);
         nln = NULL;