X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fsvm%2Ffifo_segment.c;h=65763059e3add9c2eff8c58ee9e73ccbed1dadfc;hb=c9dff181c8d135b95a12297c44bb4aa87b95b21d;hp=dab97a55209af76b15355c7f417d767515bc0ea1;hpb=c12eae73f925169597e20a8f8139c462e317404d;p=vpp.git diff --git a/src/svm/fifo_segment.c b/src/svm/fifo_segment.c index dab97a55209..65763059e3a 100644 --- a/src/svm/fifo_segment.c +++ b/src/svm/fifo_segment.c @@ -232,6 +232,7 @@ fs_try_alloc_fifo_freelist_multi_chunk (fifo_segment_t * fs, u32 data_bytes) if (!f) return 0; memset (f, 0, sizeof (*f)); + fsh->n_free_bytes -= sizeof (*f); } else {