Tom Parker <[EMAIL PROTECTED]> writes:

> +     if (received_bytes!=NULL)
> +             g_free(received_bytes);

Minor style quibble: g_free() checks for NULL anyway.  You can just put
g_free (received_bytes);

-Jonathan
_______________________________________________
NetworkManager-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/networkmanager-list

Reply via email to