X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fwdp-xflow.c;h=0cc6fc7fa9c68a933acf16fb1a5f7d3835a8441c;hb=refs%2Fheads%2Fwdp;hp=09cdc7dee51b65ff4ee8b1a289b5f4974a106252;hpb=bc3167f128e093f6c4cdcb967d087562eaf3382b;p=sliver-openvswitch.git diff --git a/ofproto/wdp-xflow.c b/ofproto/wdp-xflow.c index 09cdc7dee..0cc6fc7fa 100644 --- a/ofproto/wdp-xflow.c +++ b/ofproto/wdp-xflow.c @@ -1386,6 +1386,7 @@ wx_close(struct wdp *wdp) { struct wx *wx = wx_cast(wdp); + list_remove(&wx->list_node); wx_flow_flush(wdp); xfif_close(wx->xfif); classifier_destroy(&wx->cls);