Code

sysdbd: Free the config parse tree after finishing config work.
[sysdb.git] / 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 */