Eelco Chaudron via dev <ovs-dev@openvswitch.org> writes:

> When duplicate --config-file command-line arguments are passed,
> the resources for previously specified file path were not freed.
>
> This fix ensures unused resources are properly freed while
> preserving the existing behavior of using the last configuration
> file path specified.
>
> Signed-off-by: Eelco Chaudron <echau...@redhat.com>
> ---

I got a bit of confusion with config_file_path variable itself, but
noticed it was static so should be always either initialized or NULL.

Acked-by: Aaron Conole <acon...@redhat.com>

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to