Merge branch 'master' of ssh://git.kernel.dk/data/git/fio
authorJens Axboe <axboe@kernel.dk>
Tue, 8 Oct 2013 14:49:25 +0000 (08:49 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 8 Oct 2013 14:49:25 +0000 (08:49 -0600)
options.c

index a064764be0762bc11c1ad345329733d41b5110de..4b91f5289c5826c3f7dcc62aa34fe90c15286c9c 100644 (file)
--- a/options.c
+++ b/options.c
@@ -104,7 +104,7 @@ static int bssplit_ddir(struct thread_options *o, int ddir, char *str)
 
                if (str_to_decimal(fname, &val, 1, o)) {
                        log_err("fio: bssplit conversion failed\n");
-                       free(o->bssplit);
+                       free(bssplit);
                        return 1;
                }