Slightly reduce complexity of g_free calls.
commit7619ee5f0513f394dfef176ba90fbb928bc56587
authorBernd Jendrissek <bernd@bpj-code.co.za>
Wed, 22 Feb 2017 04:41:43 +0000 (22 06:41 +0200)
committerBernd Jendrissek <bernd@bpj-code.co.za>
Wed, 22 Feb 2017 04:41:43 +0000 (22 06:41 +0200)
tree7e606427fd944535411e667b7bc13f8997bb77eb
parent714faa9f383c81a4bd450dfb4a83ad3c48f00f58
Slightly reduce complexity of g_free calls.

The pointers freed will never be NULL, as basic data flow analysis will
show, and even if they were, g_free is guaranteed to do the right thing.
libgeda/src/o_attrib.c