On Wed, Jul 27, 2016 at 12:18:37PM +0800, nickcooper-zhangtonghao wrote: > If the ‘ovsdb_condition_from_json’ return the error, cnd->clauses will be > set NULL, so ‘ovsdb_condition_destroy’ should check the 'cnd->clauses’ before > free it.
Please read CodingStyle.md: Functions that destroy an instance of a dynamically-allocated type should accept and ignore a null pointer argument. Code that calls such a function (including the C standard library function free()) should omit a null-pointer check. We find that this usually makes code easier to read. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev