Code

sysdbd: Free up the config item returned from the parser as well.
authorSebastian Harl <sh@tokkee.org>
Tue, 22 Apr 2014 18:24:10 +0000 (20:24 +0200)
committerSebastian Harl <sh@tokkee.org>
Tue, 22 Apr 2014 18:24:10 +0000 (20:24 +0200)
commit96d54e66bfc2817adaf38db30a24aa8aa5abedac
treec115d7a75a996c6625d8e66ede1b0ac7e49c5e7b
parent0751b423192f2d9f17590f9db7a074e23b5b8dec
sysdbd: Free up the config item returned from the parser as well.

oconfig_free() does not do that because it does not correctly keep track of
what the top-level config item is and it cannot free items which are the child
of another.
src/tools/sysdbd/configfile.c