Explorar el Código

* Fixed memory leak in network driver

tags/v0.99.beta14
Jean-Yves Lamoureux jylam hace 19 años
padre
commit
e710d1078d
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. +5
    -0
      caca/driver_network.c

+ 5
- 0
caca/driver_network.c Ver fichero

@@ -179,6 +179,11 @@ static void network_display(caca_t *kk)
perror("send");
return;
}
if(to_send) {
free(to_send);
}

}
static void network_handle_resize(caca_t *kk)
{


Cargando…
Cancelar
Guardar