Code

sysdbd: Free up the config item returned from the parser as well.
[sysdb.git] / src / tools / sysdbd / configfile.c
index 5a36c22dbda222e4cdd8c923d604b4f09efa5ad8..25c9404108bef0b61cd0274829bccf539b2762aa 100644 (file)
@@ -297,6 +297,9 @@ daemon_parse_config(const char *filename)
                        retval = status;
                }
        }
+
+       oconfig_free(ci);
+       free(ci);
        return retval;
 } /* daemon_parse_config */