connmgr: Free controller info in the same module where it's allocated.
authorAndrew Evans <aevans@nicira.com>
Fri, 1 Jul 2011 01:08:59 +0000 (18:08 -0700)
committerAndrew Evans <aevans@nicira.com>
Fri, 1 Jul 2011 17:38:35 +0000 (10:38 -0700)
commit72ba2ed371ae593b6fda1d196c31d7dd408a6a1c
tree53a750844787a83d8c47370bcb6d3b1640d2e7fa
parent5d27908667cfa34f7786fdc88e9e09078453637a
connmgr: Free controller info in the same module where it's allocated.

Make ofproto_free_ofproto_controller_info() just a passthrough to
connmgr_free_controller_info() so the allocation and freeing of memory in the
controller info structure is done in the same place.
ofproto/connmgr.c
ofproto/connmgr.h
ofproto/ofproto.c