summaryrefslogtreecommitdiff
path: root/pcreposix.c
diff options
context:
space:
mode:
Diffstat (limited to 'pcreposix.c')
-rw-r--r--pcreposix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcreposix.c b/pcreposix.c
index 8e82ba6..d931c63 100644
--- a/pcreposix.c
+++ b/pcreposix.c
@@ -228,7 +228,7 @@ return length + addlength;
PCREPOSIX_EXP_DEFN void PCRE_CALL_CONVENTION
regfree(regex_t *preg)
{
-(pcre_free)(preg->re_pcre);
+(PUBL(free))(preg->re_pcre);
}