Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
Immanuel
/
nnn
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
no need to check for NULL before free
master
Hiltjo Posthuma
lostd
10 anos atrás
pai
d444bf1cb6
commit
81a0c57783
1 arquivos alterados
com
2 adições
e
4 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+2
-4
noice.c
+ 2
- 4
noice.c
Ver arquivo
@@ -545,10 +545,8 @@ begin:
/* Find cur from history */
cur = dentfind(dents, n, path, oldpath);
if (oldpath != NULL) {
free(oldpath);
oldpath = NULL;
}
free(oldpath);
oldpath = NULL;
for (;;) {
redraw:
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar