Minor optimisation.
This commit is contained in:
parent
9d9d094e6a
commit
5538e539d2
|
@ -140,10 +140,7 @@ retry_realpath(const char *file_name)
|
||||||
else
|
else
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
x = malloc(strlen(r) + 1);
|
return r;
|
||||||
strcpy(x, r);
|
|
||||||
free(r);
|
|
||||||
return x;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in New Issue