summaryrefslogtreecommitdiffstats
path: root/lib/msg.c
diff options
context:
space:
mode:
authorThomas Graf <tgr@deb.localdomain>2007-12-17 22:07:22 (GMT)
committerThomas Graf <tgr@deb.localdomain>2007-12-17 22:07:22 (GMT)
commit3f0f32bf79612931c37505862fd330bc79758432 (patch)
treec9f1754a73a7359962c0fa80aa5b9ba9e3f24a6d /lib/msg.c
parent12ed4a03d302c2ba02799c3b2e4166dee7f9142a (diff)
downloadlibnl-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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/msg.c b/lib/msg.c
index cacc773..589fcb9 100644
--- a/lib/msg.c
+++ b/lib/msg.c
@@ -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;
}