Potential memory leak in libevent_http_bench.c line 87. Calling event_config_new() without calling event_config_free() to free the memory will cause a memory leak.
Doc says "event_config_free deallocates all memory associated with an event configuration object."