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
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