]> git.saurik.com Git - redis.git/commit
Fixed memleak in CLIENT INFO, added simple test that will work as regression test...
authorantirez <antirez@gmail.com>
Mon, 19 Dec 2011 09:16:37 +0000 (10:16 +0100)
committerantirez <antirez@gmail.com>
Mon, 19 Dec 2011 09:16:37 +0000 (10:16 +0100)
commit0a466a754226d5b13cd555a2893867084ee981d4
tree3a228d3fcb699fc05714a4859dd5fa33c7a521bc
parenta244a13b4c5d74031432aa337d6be21b4f033efd
Fixed memleak in CLIENT INFO, added simple test that will work as regression test on mac os x and in the CI when running over valgrind. This fixes issue #256
src/networking.c