]> gitweb.ps.run Git - ps-cgit/blobdiff - scan-tree.c
scan-tree: remove useless strdup()
[ps-cgit] / scan-tree.c
index 8e3cf52b348f2df6436246103e7c2280926c2c99..b5a10ffa5cf491c6ec811413740db20ad0dfb583 100644 (file)
@@ -174,7 +174,7 @@ static void add_repo(const char *base, struct strbuf *path, repo_config_fn fn)
 
        strbuf_addstr(path, "cgitrc");
        if (!stat(path->buf, &st))
-               parse_configfile(xstrdup(path->buf), &repo_config);
+               parse_configfile(path->buf, &repo_config);
 
        strbuf_release(&rel);
 }