Fix instances of PyDict_SetItem to decref the value
authorNoel Power <noel.power@suse.com>
Mon, 28 Jan 2019 15:23:59 +0000 (15:23 +0000)
committerNoel Power <npower@samba.org>
Wed, 13 Feb 2019 10:42:09 +0000 (11:42 +0100)
commit8d3f736bba3367ed615f97d292f86c447a25b8d5
treee37ffa08668c3244589ca0f61c955ba3d57e5e23
parent5dad03b83cd014277e2712ab04ad8a714d78a24c
Fix instances of PyDict_SetItem to decref the value

Although it would be better to use the BuildValue approach to
create the dictionares here, unfortunately the dictionaries created
here have key/values that are created dynamically (based on input params).

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andrew Bartlett abartlet@samba.org
source4/param/provision.c