Explorar el Código

no need to check for NULL before free

master
Hiltjo Posthuma lostd hace 10 años
padre
commit
81a0c57783
Se han modificado 1 ficheros con 2 adiciones y 4 borrados
  1. +2
    -4
      noice.c

+ 2
- 4
noice.c Ver fichero

@@ -545,10 +545,8 @@ begin:

/* Find cur from history */
cur = dentfind(dents, n, path, oldpath);
if (oldpath != NULL) {
free(oldpath);
oldpath = NULL;
}
free(oldpath);
oldpath = NULL;

for (;;) {
redraw:


Cargando…
Cancelar
Guardar