ovs-atomic: Introduce a new 'struct ovs_refcount'.
[sliver-openvswitch.git] / ofproto / ofproto-dpif-upcall.c
index 47a3abf..dd24f5c 100644 (file)
@@ -273,6 +273,8 @@ udpif_destroy(struct udpif *udpif)
     latch_destroy(&udpif->exit_latch);
     seq_destroy(udpif->reval_seq);
     seq_destroy(udpif->dump_seq);
+    atomic_destroy(&udpif->max_idle);
+    atomic_destroy(&udpif->flow_limit);
     free(udpif);
 }