Fix addrinfo structure memory leak in TSocket
authorMark Slee <mcslee@apache.org>
Mon, 9 Jul 2007 19:50:30 +0000 (19:50 +0000)
committerMark Slee <mcslee@apache.org>
Mon, 9 Jul 2007 19:50:30 +0000 (19:50 +0000)
commit85287d3989359231026807bac52364cbe49b8d84
treeac944a48f83ef03133f20f61b38377ac5522baae
parente6c4fa671e63f9bfcc443d3fb5802e886f237c9a
Fix addrinfo structure memory leak in TSocket

Summary: Need to free the IPv6 memory structure

Reviewed By: mcslee

Notes: Submitted by paul@powerset.com

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665157 13f79535-47bb-0310-9956-ffa450edef68
lib/cpp/src/concurrency/Mutex.h
lib/cpp/src/transport/TSocket.cpp