PR: 27862
Submitted by: shengperson yahoo.com (chunyan sheng)
Reviewed by: Joe Orton, Jeff Trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@104864
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 1.3.32
+ *) Fix memory leak in the cache handling of mod_rewrite. PR 27862.
+ [chunyan sheng <shengperson yahoo.com>, André Malo]
+
*) mod_rewrite no longer confuses the RewriteMap caches if
different maps defined in different virtual hosts use the
same map name. PR 26462. [André Malo]
return NULL;
}
}
- return ap_pstrdup(c->pool, ce->value);
+ return ce->value;
}
static int cache_tlb_hash(char *key)