]> granicus.if.org Git - libnl/commit
genl: Fix cb reference leak in genl_ctrl_probe_by_name()
authorThomas Graf <tgraf@suug.ch>
Tue, 2 Apr 2013 09:51:53 +0000 (11:51 +0200)
committerThomas Graf <tgraf@suug.ch>
Tue, 2 Apr 2013 09:51:53 +0000 (11:51 +0200)
commitdf66b0f267af636848d7f0301d3f5863c58fb313
treee355abe611ba735d1ce832e90fa94017aaf28ba3
parent18152ca91622e11f8ac1e2b9806c134d616fd1fe
genl: Fix cb reference leak in genl_ctrl_probe_by_name()

nl_socket_get_cb() bumps the cb reference counter

Signed-off-by: Thomas Graf <tgraf@suug.ch>
lib/genl/ctrl.c