bugfix memory leak. partition_dn is only used to search and compare and is not freed...
authorAndrej Gessel <Andrej.Gessel@janztec.com>
Wed, 12 Apr 2017 13:12:49 +0000 (15:12 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 19 Mar 2018 06:33:44 +0000 (07:33 +0100)
commit8e6050587bc35601093ac9b71aae8fdbeddbcb73
tree9e47e37fcc7707d9619f54f86511c740f738ce29
parent3451a03611b146c3b7acab93d452a88e85397f12
bugfix memory leak. partition_dn is only used to search and compare and is not freed at the function end.

Signed-off-by: Andrej Gessel <Andrej.Gessel@janztec.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
source4/libnet/libnet_vampire.c