Explorar el Código

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

tags/v0.99.beta19
Pascal Terjan pterjan hace 11 años
padre
commit
707eccb851
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      tools/sortchars.c

+ 2
- 0
tools/sortchars.c Ver fichero

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


Cargando…
Cancelar
Guardar