[PATCH 2/2 v2] qmicli: add support for --nas-get-operator-name

Aleksander Morgado aleksander at aleksander.es
Mon Feb 13 23:43:43 UTC 2017


On Mon, Feb 13, 2017 at 11:18 PM, Dan Williams <dcbw at redhat.com> wrote:
> +        g_print ("\tDisplay Condition: '%s'\n"
> +                 "\tName             : '%s'\n",
> +                 qmi_nas_network_name_display_condition_build_string_from_mask (spn_display_condition),
> +                 spn);
> +    }

build_string_from_mask() returns a newly allocated string, we should
free that for a clean memleak report.

Otherwise, looks good, despite the long name :)

-- 
Aleksander
https://aleksander.es


More information about the libqmi-devel mailing list