Potential memory leak in extract_vbucket_conf.cc line 53 Calling evhttp_request_new() without calling evhttp_request_free() to free the memory will cause a memory leak.
Doc says "evhttp_request_free frees the request object and removes associated events."
Potential memory leak in extract_vbucket_conf.cc line 53 Calling evhttp_request_new() without calling evhttp_request_free() to free the memory will cause a memory leak. Doc says "evhttp_request_free frees the request object and removes associated events."