On Mon, 20 Jul 2015 22:46:23 +0300
Vadim Kochan <vadi...@gmail.com> wrote:

> +             if (s->name)
> +                     free(s->name);

Please don't add unnecessary conditional.
  free(NULL) is defined to do nothing.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to