On 10/16/2013 03:37 AM, Hong Zhiguo wrote: > Signed-off-by: Hong Zhiguo <zhiguohong@xxxxxxxxxxx> > --- > client.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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; > } Thanks, applied! -- Jens Axboe -- 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