Ver código fonte

Fix 2 buffers leaking even if we exist just afterwards (coverity)

tags/v0.99.beta19
Pascal Terjan pterjan 11 anos atrás
pai
commit
707eccb851
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      tools/sortchars.c

+ 2
- 0
tools/sortchars.c Ver arquivo

@@ -259,5 +259,7 @@ static void testcircle(void)
printf("\n");
}
printf("*/\n");
free(buf);
free(dst);
}


Carregando…
Cancelar
Salvar