diff --git a/http.c b/http.c index cbc1b33..eeb4224 100644 --- a/http.c +++ b/http.c @@ -613,6 +613,7 @@ header_string_to_array(StringInfo si) arr_nelems++; } + regfree(®ex); ReleaseTupleDesc(header_tuple_desc); return construct_array(arr_elems, arr_nelems, elem_type, elem_len, elem_byval, elem_align); }