On Tue, 19 May 2020 16:22:58 +0530 Hemant Agrawal <[email protected]> wrote:
> +/* To test free the resources from bitrate_reg test */
> +static int
> +test_stats_bitrate_free(void)
> +{
> + int ret = 0;
> +
> + ret = rte_metrics_deinit();
Coverity will complain about extra initialization like this

