Skip to main content
summaryrefslogtreecommitdiffstats
blob: 9c78af3a5e1e60fb3380b5e74ae2e69605c43657 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
2002-10-17 Alain Magloire

	* os/qnx/x86/libspawner.so: Regenarated.
	Thanks to Alex Chapiro.

2002-10-17 Alain Magloire

	* library/spawner.c (exec0) :  This function was
	leaking memory at every call, the environment array
	and the argument array was not free().  There is no
	need to do the strdup() of cwd.

Back to the top