Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Immanuel
/
btpd
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Oops! Forgot to free some memory.
master
Richard Nyberg
hace 19 años
padre
eef8a3a837
commit
9decd35436
Se han
modificado 2 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-0
btpd/cli_if.c
+1
-0
btpd/content.c
+ 1
- 0
btpd/cli_if.c
Ver fichero
@@ -220,6 +220,7 @@ cli_read_cb(int sd, short type, void *arg)
if (cmd_dispatch(cli, msg) != 0)
goto error;
free(msg);
event_add(&cli->read, NULL);
return;
+ 1
- 0
btpd/content.c
Ver fichero
@@ -168,6 +168,7 @@ cm_kill(struct torrent *tp)
free(cm->block_field);
free(cm->hold_field);
free(cm->pos_field);
free(cm);
tp->cm = NULL;
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar