manoj       99/09/20 14:51:09

  Modified:    src/lib/apr/lib apr_pools.c
  Log:
  Put back the regex_cleanup that was taken out by accident
  
  Revision  Changes    Path
  1.10      +1 -2      apache-2.0/src/lib/apr/lib/apr_pools.c
  
  Index: apr_pools.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/lib/apr_pools.c,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -d -u -r1.9 -r1.10
  --- apr_pools.c       1999/09/12 10:52:17     1.9
  +++ apr_pools.c       1999/09/20 21:51:06     1.10
  @@ -1199,8 +1199,7 @@
        return NULL;
       }
   
  -/*    ap_register_cleanup(p, (void *) preg, regex_cleanup, regex_cleanup);*/
  -    ap_register_cleanup(p, (void *) preg, ap_null_cleanup, ap_null_cleanup);
  +    ap_register_cleanup(p, (void *) preg, regex_cleanup, regex_cleanup);
   
       return preg;
   }
  
  
  

Reply via email to