X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fcfm.c;h=38448ab52a178e84254b0d9f991e815f7c923990;hb=8917f72cbb04fb32dc29f93475bcd2de3011d442;hp=583df1ded33799c2e9193a81e6397733fb0a92b9;hpb=6a36690c200a08dfbd5648269e3e1ab837d1b726;p=sliver-openvswitch.git diff --git a/lib/cfm.c b/lib/cfm.c index 583df1ded..38448ab52 100644 --- a/lib/cfm.c +++ b/lib/cfm.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2011, 2012, 2013 Nicira, Inc. + * Copyright (c) 2010, 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. @@ -372,10 +372,6 @@ cfm_unref(struct cfm *cfm) OVS_EXCLUDED(mutex) netdev_close(cfm->netdev); free(cfm->rmps_array); - atomic_destroy(&cfm->extended); - atomic_destroy(&cfm->check_tnl_key); - ovs_refcount_destroy(&cfm->ref_cnt); - free(cfm); }