> This patch is fixing a bug in dbus/dbus-spawn-win.c I wonder if it would be OK to free(env_string) after passing it to CreateProcessA()? The documentation is unfortunately silent on this matter. I assume yes, I can't see why it would be needed after CreateprocessA() has returned. --tml