From 45be1c7ba4382d85c742a241687bbc6d5a2ebd8c Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 20 Apr 2010 15:30:57 +1000 Subject: talloc: there is no ambiguity when freeing a ptr with a null parent when a ptr has a single reference and a NULL parent, then talloc_free(ptr) is not ambiguous, as the caller could not have done a talloc_free(NULL) to free the memory Pair-Programmed-With: Rusty Russell --- lib/talloc/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/talloc/wscript') diff --git a/lib/talloc/wscript b/lib/talloc/wscript index e6da2da027..3a875060d7 100644 --- a/lib/talloc/wscript +++ b/lib/talloc/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'talloc' -VERSION = '2.0.2' +VERSION = '2.0.3' blddir = 'bin' -- cgit