summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--i18n/unix/xlate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n/unix/xlate.c b/i18n/unix/xlate.c
index d4b0838be..787d31322 100644
--- a/i18n/unix/xlate.c
+++ b/i18n/unix/xlate.c
@@ -185,7 +185,7 @@ ap_status_t ap_xlate_open(ap_xlate_t **convset, const char *topage,
frompage = get_default_codepage();
}
- new = (ap_xlate_t *)ap_palloc(pool, sizeof(ap_xlate_t));
+ new = (ap_xlate_t *)ap_pcalloc(pool, sizeof(ap_xlate_t));
if (!new) {
return APR_ENOMEM;
}