Code

sysdbd: Free the config parse tree after finishing config work.
authorSebastian Harl <sh@tokkee.org>
Mon, 21 Apr 2014 17:56:02 +0000 (19:56 +0200)
committerSebastian Harl <sh@tokkee.org>
Mon, 21 Apr 2014 17:56:02 +0000 (19:56 +0200)
src/tools/sysdbd/configfile.c

index 5a36c22dbda222e4cdd8c923d604b4f09efa5ad8..af733534fda41e741f5b28c86dc8711b8239ce14 100644 (file)
@@ -297,6 +297,8 @@ daemon_parse_config(const char *filename)
                        retval = status;
                }
        }
+
+       oconfig_free(ci);
        return retval;
 } /* daemon_parse_config */