Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
cacalabs
/
libcaca
réplica de
https://github.com/cacalabs/libcaca.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
7
Wiki
Actividad
Explorar el Código
* Fix memory leaks that slipped in here and there. We still have 100,000
fewer than Firefox, lol.
tags/v0.99.beta14
Sam Hocevar
sam
hace 17 años
padre
9c72677ccf
commit
a7debae6f9
Se han
modificado 4 ficheros
con
6 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-0
cucul/cucul.c
+1
-0
cxx/cxxtest.cpp
+1
-0
test/event.c
+2
-0
test/gamma.c
+ 2
- 0
cucul/cucul.c
Ver fichero
@@ -128,6 +128,8 @@ int cucul_manage_canvas(cucul_canvas_t *cv, int (*callback)(void *), void *p)
return -1;
}
cv->resize_callback = callback;
cv->resize_data = p;
cv->refcount = 1;
return 0;
+ 1
- 0
cxx/cxxtest.cpp
Ver fichero
@@ -106,6 +106,7 @@ int main(int argc, char *argv[])
}
delete dp;
delete pig;
delete cv;
return 0;
+ 1
- 0
test/event.c
Ver fichero
@@ -111,6 +111,7 @@ int main(int argc, char **argv)
}
/* Clean up */
free(events);
caca_free_display(dp);
cucul_free_canvas(cv);
+ 2
- 0
test/gamma.c
Ver fichero
@@ -122,6 +122,8 @@ int main(int argc, char *argv[])
cucul_free_dither(right);
caca_free_display(dp);
cucul_free_canvas(mask);
cucul_free_canvas(cw);
cucul_free_canvas(cv);
return 0;
Escribir
Vista previa
Cargando…
Cancelar
Guardar