[PATCH v4] app/mldev: add internal function for file read

Stephen Hemminger stephen at networkplumber.org
Wed Jun 7 17:02:22 CEST 2023


On Wed, 7 Jun 2023 04:35:56 -0700
Srikanth Yalavarthi <syalavarthi at marvell.com> wrote:

> +	if (file_buffer)
> +		free(file_buffer);

Unnecessary if() since free(NULL) is ok.


More information about the dev mailing list