X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=flow.c;h=bf5eeec59c0acf2e06d0038ff438dab459d3b2ee;hb=8e8b225d177c8e824785a87a1116309049a27a7c;hp=e5c4a40462ceb5e6e94bebcf3534016ebf6091a4;hpb=fc0b830f419bf64fff6fee91d1d3b9e94da11091;p=fio.git 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);