On Tue, Dec 03, 2013 at 03:04:31PM -0800, Jarno Rajahalme wrote: > Propagate error response from parse_ofp_exact_flow() to the caller and > properly free() it afterward. > > Signed-off-by: Jarno Rajahalme <jrajaha...@nicira.com>
I have a habit of marking functions that return a string that must be freed as WARN_UNUSED_RESULT. Sometimes it catches mistakes. Can we mark parse_flow_and_packet() this way? Acked-by: Ben Pfaff <b...@nicira.com> _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev