Fix allocation on stat so that it uses malloc() since a user will need to use free...
authorBrian Aker <brian@tangent.org>
Mon, 31 Dec 2012 08:54:39 +0000 (03:54 -0500)
committerBrian Aker <brian@tangent.org>
Mon, 31 Dec 2012 08:54:39 +0000 (03:54 -0500)
commit5d44e2b91e7055316b538128ec37c0fa81bbc28d
treed6828ae66d8d627271845dc70107f827293b8519
parent0ef2c380104838a111dbc53117501d906f55c773
Fix allocation on stat so that it uses malloc() since a user will need to use free() to free it.
libmemcached/connect.cc
libmemcached/connect.hpp
libmemcached/instance.cc
libmemcached/stats.cc