X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Froute-table.c;h=58c1b60159c90ca404815fef30511ee0f14d2ec1;hb=b5d29991cc4722aec39c346c3f82291581e92aa0;hp=cd3b37f1cb9c34c52931601ff781161e1949b6ea;hpb=f4dc8c5895ed6a95c7331910c4c54107d783cba5;p=openvswitch diff --git a/lib/route-table.c b/lib/route-table.c index cd3b37f1..58c1b601 100644 --- a/lib/route-table.c +++ b/lib/route-table.c @@ -189,6 +189,7 @@ route_table_unregister(void) if (!register_count) { nln_notifier_destroy(route_notifier); + route_notifier = NULL; nln_destroy(nln); nln = NULL;