subrequest = ap_sub_req_lookup_uri( webapp->sChpUrl, r, r->output_filters );
ap_run_sub_req( subrequest );
ap_rflush( subrequest );
ap_destroy_sub_req( subrequest );
in a thread [using CreateThread() on Windows OS], every execution of these, left some Private Bytes consumed. i.e. Memory Leaks. Do anybody has any clue on this ?
Thanks,
PR