Changeset: 25364d7b77a7 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=25364d7b77a7
Modified Files:
        monetdb5/modules/mal/pcre.c
Branch: default
Log Message:

One more my_pcre_free.


diffs (12 lines):

diff --git a/monetdb5/modules/mal/pcre.c b/monetdb5/modules/mal/pcre.c
--- a/monetdb5/modules/mal/pcre.c
+++ b/monetdb5/modules/mal/pcre.c
@@ -649,7 +649,7 @@ pcre_replace(str *res, const char *origi
        } else { /* no captured substrings, return the original string*/
                tmpres = GDKstrdup(origin_str);
                if (!tmpres) {
-                       my_pcre_free(pcre_code);
+                       pcre_free(pcre_code);
                        GDKfree(ovector);
                        throw(MAL, "pcre_replace", SQLSTATE(HY001) 
MAL_MALLOC_FAIL);
                }
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to