Fix nl_msg_parse() to not give back a reference it does not own

This commit is contained in:
Thomas Graf 2007-12-17 23:07:22 +01:00
parent 12ed4a03d3
commit 3f0f32bf79

View file

@ -736,7 +736,6 @@ static int parse_cb(struct nl_object *obj, struct nl_parser_param *p)
struct dp_xdata *x = p->pp_arg;
x->cb(obj, x->arg);
nl_object_put(obj);
return 0;
}