Arun Prakash Jana
vor 7 Jahren
Ursprung
Commit
134ee92f43
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: A75979F35C080412
1 geänderte Dateien mit
1 neuen und
2 gelöschten Zeilen
-
nnn.c
|
|
@@ -2160,8 +2160,7 @@ static int dentfill(char *path, struct entry **dents, |
|
|
|
total_dents += ENTRY_INCR; |
|
|
|
*dents = xrealloc(*dents, total_dents * sizeof(**dents)); |
|
|
|
if (*dents == NULL) { |
|
|
|
if (pnamebuf) |
|
|
|
free(pnamebuf); |
|
|
|
free(pnamebuf); |
|
|
|
errexit(); |
|
|
|
} |
|
|
|
DPRINTF_P(*dents); |
|
|
|