Hi Daniel,

>  src/network.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/src/network.c b/src/network.c
> index 220164a..be72b05 100644
> --- a/src/network.c
> +++ b/src/network.c
> @@ -331,7 +331,6 @@ static void network_destruct(struct connman_network 
> *network)
>       g_free(network->node);
>       g_free(network->name);
>       g_free(network->identifier);
> -     g_free(network->path);
>  
>       network->device = NULL;

I do not like this one. Please use g_hash_table_replace and give not a
destroy function for the keys.

Regards

Marcel


_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman

Reply via email to