Arun Prakash Jana
hace 6 años
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: A75979F35C080412
Se han
modificado 1 ficheros con
1 adiciones y
2 borrados
-
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); |
|
|
|