diff options
author | Stefan Metzmacher <metze@samba.org> | 2016-05-05 10:18:57 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2016-05-05 22:33:04 +0200 |
commit | 83b64ae64b315ccc37b9fce66f19ab0d342ad3ba (patch) | |
tree | 7dea4416bc0dc793353b2f1524e4f87a7493cf6f /lib/talloc/wscript | |
parent | d4d14b15b6734e99f8527136ec007a97024ac348 (diff) | |
download | samba-talloc-2.1.7.tar.gz |
talloc: version 2.1.7talloc-2.1.7
* Fix memory leak when destructors reparent children. (bug #11901)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Thu May 5 22:33:04 CEST 2016 on sn-devel-144
Diffstat (limited to 'lib/talloc/wscript')
-rw-r--r-- | lib/talloc/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/talloc/wscript b/lib/talloc/wscript index ae0b227668e..98e3b7d4159 100644 --- a/lib/talloc/wscript +++ b/lib/talloc/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'talloc' -VERSION = '2.1.6' +VERSION = '2.1.7' blddir = 'bin' |