The following changes since commit ddc0cc31a2b75b1c7dde870c8867af11fa44db92: ppc: disable CPU clock until we can detect whether we have it or not (2013-10-11 10:27:28 -0600) are available in the git repository at: git://git.kernel.dk/fio.git master Hong Zhiguo (1): client: fix free of wrong pointer client.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- Diff of recent changes: diff --git a/client.c b/client.c index b20d6dc..1fefda8 100644 --- a/client.c +++ b/client.c @@ -625,7 +625,7 @@ static int __fio_client_send_ini(struct fio_client *client, const char *filename if (len) { log_err("fio: failed reading job file %s\n", filename); close(fd); - free(buf); + free(pdu); return 1; } -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html