potential memory leak in pg_regcomp()

Поиск
Список
Период
Сортировка
От Zhihong Yu
Тема potential memory leak in pg_regcomp()
Дата
Msg-id CALNJ-vSLYroFKGJwxi4yp=jr0-bLquTtbX19m1D_nC+1bG9oew@mail.gmail.com
обсуждение исходный текст
Ответы Re: potential memory leak in pg_regcomp()
Re: potential memory leak in pg_regcomp()
Список pgsql-hackers
Hi,
I was looking at pg_regcomp():

    re->re_guts = VS(MALLOC(sizeof(struct guts)));

I did some search trying to find where re_guts is freed but haven't found it.
Can someone enlighten me?

Thanks

В списке pgsql-hackers по дате отправления: