]> granicus.if.org Git - postgresql/commit
Plug memory leak when reloading config file.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 24 Oct 2013 12:21:50 +0000 (15:21 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 24 Oct 2013 12:27:40 +0000 (15:27 +0300)
commit138184adc5f7c60c184972e4d23f8cdb32aed77d
tree75039bca8a247a3fcbe98b102c5cb7a2c5dfd9cc
parentbb598456dcdad5080f6dee980bc5cc94d2e9f574
Plug memory leak when reloading config file.

The absolute path to config file was not pfreed. There are probably more
small leaks here and there in the config file reload code and assign hooks,
and in practice no-one reloads the config files frequently enough for it to
be a problem, but this one is trivial enough that might as well fix it.

Backpatch to 9.3 where the leak was introduced.
src/backend/utils/misc/guc-file.l