Fix for spawning windows processes

Tor Lillqvist tml at iki.fi
Wed Apr 28 02:41:41 PDT 2010


> 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


More information about the dbus mailing list