X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Flacp.c;h=cbe2259f43699722b7c86324e053fbe4baf40909;hb=8917f72cbb04fb32dc29f93475bcd2de3011d442;hp=a3f72edd0be60ed605d39dd17050dc61837f1645;hpb=6a36690c200a08dfbd5648269e3e1ab837d1b726;p=sliver-openvswitch.git diff --git a/lib/lacp.c b/lib/lacp.c index a3f72edd0..cbe2259f4 100644 --- a/lib/lacp.c +++ b/lib/lacp.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011, 2012, 2013 Nicira, Inc. +/* Copyright (c) 2011, 2012, 2013, 2014 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -249,7 +249,6 @@ lacp_unref(struct lacp *lacp) OVS_EXCLUDED(mutex) hmap_destroy(&lacp->slaves); list_remove(&lacp->node); free(lacp->name); - ovs_refcount_destroy(&lacp->ref_cnt); free(lacp); ovs_mutex_unlock(&mutex); }