]> 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:28:15 +0000 (15:28 +0300)
commitbb604d03abf1402764d384acb1ae36d379965126
treedb66c6478c664362d0cb5e1599d2300a7b336668
parentb0aa17706e210dec4e8d744eac1682e0c6a0a3b0
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