From 15c60238853f2896738c23b53e574b5d9cae1635 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Mon, 11 Sep 2006 17:41:21 +0000 Subject: * remove a bunch of todo items from the 1.0 list --- dbus/dbus-sysdeps.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'dbus/dbus-sysdeps.c') diff --git a/dbus/dbus-sysdeps.c b/dbus/dbus-sysdeps.c index 7da367a6..d09f33e6 100644 --- a/dbus/dbus-sysdeps.c +++ b/dbus/dbus-sysdeps.c @@ -75,8 +75,10 @@ _dbus_abort (void) * Wrapper for setenv(). If the value is #NULL, unsets * the environment variable. * - * @todo 1.0 if someone can verify it's safe, we could avoid the - * memleak when doing an unset. + * There is an unfixable memleak in that it is unsafe to + * free memory malloced for use with setenv. This is because + * we can not rely on internal implementation details of + * the underlying libc library. * * @param varname name of environment variable * @param value value of environment variable -- cgit