Comment #1 on issue 262 by [email protected]: Memory leak bug in VERSION 1.4.13 -----the code does not release the memory of Cache object self in "cache_destroy" function
http://code.google.com/p/memcached/issues/detail?id=262
If you grep the sources, you'll see that nothing within memcached actually calls cache_destroy.
It *would* leak memory and should probably be fixed.However there is no memory leak in memcached, as cache collections are created and never freed.
