dpif-netdev: Call ovs_refcount_destroy() before free().
authorAlex Wang <alexw@nicira.com>
Fri, 21 Feb 2014 22:03:50 +0000 (14:03 -0800)
committerAlex Wang <alexw@nicira.com>
Fri, 21 Feb 2014 22:05:07 +0000 (14:05 -0800)
This commit makes dp_netdev_flow_unref() and dp_netdev_actions_unref()
invoke the ovs_refcount_destroy() before freeing the corresponding
pointer.

Signed-off-by: Alex Wang <alexw@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>

No differences found