Fix nl_msg_parse() to not give back a reference it does not own
This commit is contained in:
parent
12ed4a03d3
commit
3f0f32bf79
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue