Hi Ravi, On 02/27/2015 03:13 AM, Ravi kumar Veeramally wrote: > Introducing l_genl_family_send_and_unref, l_genl_family_dump_and_unref > wrapper functions for l_genl_family_send and l_genl_family_dump > but it unref the message no matter of what the result is. > --- > ell/genl.c | 28 ++++++++++++++++++++++++++++ > ell/genl.h | 10 ++++++++++ > 2 files changed, 38 insertions(+) > I decided to fix this differently. The fix was to have l_genl_family_send and l_genl_family_dump not take a ref, since we never actually kept the message after sending it. This also makes it consistent with the ell dbus message API. Regards, -Denis