Explorar el Código

Fix memory leaks

master
lostd hace 10 años
padre
commit
bc766bc4a8
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      noice.c

+ 2
- 0
noice.c Ver fichero

@@ -421,6 +421,7 @@ again:
bin = openwith(name);
if (bin == NULL) {
printmsg("No association");
free(pathnew);
goto nochange;
}

@@ -439,6 +440,7 @@ again:
goto redraw;
default:
printmsg("Unsupported file");
free(pathnew);
goto nochange;
}
}


Cargando…
Cancelar
Guardar