stas 2002/11/26 18:06:29
Modified: . ToDo Log: log the issue of the memory leak when using Apache::Request in certain ways, as discussed back July 2002 on the modperl list. Revision Changes Path 1.9 +6 -0 httpd-apreq/ToDo Index: ToDo =================================================================== RCS file: /home/cvs/httpd-apreq/ToDo,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ToDo 24 Nov 2002 15:14:45 -0000 1.8 +++ ToDo 27 Nov 2002 02:06:29 -0000 1.9 @@ -19,3 +19,9 @@ o Document build/install process for OS X. o optional build/link of libapreq.a directly into httpd? + +o solve the memory leak for: + my $r = shift; + $r = Apache::Request->new($r); + as discussed at: + http://marc.theaimsgroup.com/?t=102615343600005&r=1&w=2 \ No newline at end of file
