From: Brian Aker Date: Wed, 5 Dec 2007 22:46:48 +0000 (-0800) Subject: Updating to remove memory leak in functions.c (aka test cases). X-Git-Tag: 0.13~47 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=b01ff6189633c1bf86f94065d2564810e6871869;p=awesomized%2Flibmemcached Updating to remove memory leak in functions.c (aka test cases). --- b01ff6189633c1bf86f94065d2564810e6871869 diff --cc tests/function.c index 77117826,77117826..5d7fbf7d --- a/tests/function.c +++ b/tests/function.c @@@ -1379,6 -1379,6 +1379,7 @@@ uint8_t user_supplied_bug9(memcached_s &return_value_length, &flags, &rc)) != NULL) { assert(return_value); ++ free(return_value); count++; } assert(count == 3);