• Heikki Linnakangas's avatar
    Plug memory leak when reloading config file. · 138184ad
    Heikki Linnakangas authored
    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.
    138184ad
guc-file.l 23.1 KB