Re: [ovs-dev] [PATCH 1/8] connmgr: Dealloc 'bundles' in ofconn_destroy().

2014-12-22 Thread Jarno Rajahalme
On Dec 11, 2014, at 5:43 PM, Ben Pfaff wrote: > On Mon, Dec 08, 2014 at 02:01:27PM -0800, Jarno Rajahalme wrote: >> Signed-off-by: Jarno Rajahalme > > I see 'bundles' seems basically unused so I guess this doesn't fix a > memory leak. > Right. > Acked-by: Ben Pfaff Thanks for the review,

Re: [ovs-dev] [PATCH 1/8] connmgr: Dealloc 'bundles' in ofconn_destroy().

2014-12-11 Thread Ben Pfaff
On Mon, Dec 08, 2014 at 02:01:27PM -0800, Jarno Rajahalme wrote: > Signed-off-by: Jarno Rajahalme I see 'bundles' seems basically unused so I guess this doesn't fix a memory leak. Acked-by: Ben Pfaff ___ dev mailing list dev@openvswitch.org http://ope

[ovs-dev] [PATCH 1/8] connmgr: Dealloc 'bundles' in ofconn_destroy().

2014-12-08 Thread Jarno Rajahalme
Signed-off-by: Jarno Rajahalme --- ofproto/connmgr.c |1 + 1 file changed, 1 insertion(+) diff --git a/ofproto/connmgr.c b/ofproto/connmgr.c index 46e7431..5971c37 100644 --- a/ofproto/connmgr.c +++ b/ofproto/connmgr.c @@ -1281,6 +1281,7 @@ ofconn_destroy(struct ofconn *ofconn) }