Skip to content

Commit

Permalink
Fixes #678: Coverity fix. Freed subject_iter (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshmurthy authored Sep 7, 2022
1 parent dab515d commit f9497d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vanflow.c
Original file line number Diff line number Diff line change
Expand Up @@ -1491,6 +1491,7 @@ static uint64_t _vflow_on_message(void *context,
qd_log(state->log, QD_LOG_INFO, "FLUSH request received");
_vflow_post_work(_vflow_work(_vflow_refresh_events_TH));
}
qd_iterator_free(subject_iter);
}
}
return PN_ACCEPTED;
Expand Down

0 comments on commit f9497d1

Please sign in to comment.