X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=flow.c;h=bf5eeec59c0acf2e06d0038ff438dab459d3b2ee;hp=e5c4a40462ceb5e6e94bebcf3534016ebf6091a4;hb=99d633af3611958ea6217f270677d0a657e4dddc;hpb=9e684a4976b7934f5ce011ea281dfef3352e5738 diff --git a/flow.c b/flow.c index e5c4a404..bf5eeec5 100644 --- a/flow.c +++ b/flow.c @@ -36,7 +36,7 @@ int flow_threshold_exceeded(struct thread_data *td) static struct fio_flow *flow_get(unsigned int id) { - struct fio_flow *flow; + struct fio_flow *flow = NULL; struct flist_head *n; fio_mutex_down(flow_lock);