Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
cacalabs
/
libcaca
espelhamento de
https://github.com/cacalabs/libcaca.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
7
Wiki
Atividade
Ver código fonte
* 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
17 anos atrás
pai
9c72677ccf
commit
a7debae6f9
4 arquivos alterados
com
6 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+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 arquivo
@@ -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 arquivo
@@ -106,6 +106,7 @@ int main(int argc, char *argv[])
}
delete dp;
delete pig;
delete cv;
return 0;
+ 1
- 0
test/event.c
Ver arquivo
@@ -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 arquivo
@@ -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;
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar