If using internal malloc, should include yajl_free to avoid memory leak Referenace: ngx_http_mongo_module.c line : 1958 and line 1997 yajl = yajl_alloc(&ngx_http_mongo_json_to_bson_callbacks, NULL, &ctx);
If using internal malloc, should include yajl_free to avoid memory leak
Referenace:
ngx_http_mongo_module.c
line : 1958 and line 1997
yajl = yajl_alloc(&ngx_http_mongo_json_to_bson_callbacks, NULL, &ctx);