Code

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