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 <[email protected]>
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 <[email protected]> _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
