diff options
author | Thomas Graf <tgr@deb.localdomain> | 2007-12-17 22:07:22 (GMT) |
---|---|---|
committer | Thomas Graf <tgr@deb.localdomain> | 2007-12-17 22:07:22 (GMT) |
commit | 3f0f32bf79612931c37505862fd330bc79758432 (patch) | |
tree | c9f1754a73a7359962c0fa80aa5b9ba9e3f24a6d /lib/msg.c | |
parent | 12ed4a03d302c2ba02799c3b2e4166dee7f9142a (diff) | |
download | libnl-3f0f32bf79612931c37505862fd330bc79758432.zip libnl-3f0f32bf79612931c37505862fd330bc79758432.tar.gz libnl-3f0f32bf79612931c37505862fd330bc79758432.tar.bz2 |
Fix nl_msg_parse() to not give back a reference it does not own
Diffstat (limited to 'lib/msg.c')
-rw-r--r-- | lib/msg.c | 1 |
1 files changed, 0 insertions, 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; } |