X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Froute-table.c;h=58c1b60159c90ca404815fef30511ee0f14d2ec1;hb=431d6a6acf6da61ecfeb433cb1fb10e1b39e9773;hp=a0c812105eb33e71c565a3b28cd5371988f97547;hpb=2ee6545f2bff7eb27e8c84965e3ff38dfa909bf6;p=openvswitch diff --git a/lib/route-table.c b/lib/route-table.c index a0c81210..58c1b601 100644 --- a/lib/route-table.c +++ b/lib/route-table.c @@ -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;