Do they need to be freed on subsequent putenv() calls on the same variable?
I guess the module space would be the right place for that; hopefully the system module wont be unloaded (it's not by any easy means).
/ Mirar
Previous text:
2003-10-17 18:52: Subject: Re: putenv/getenv
OK, after making some of the recommended changes, the code now passes the test program. Guess that just leaves the problem of tracking allocations.
Does the system module remain between calls to member functions? Where would my allocation tracking be stored?
Bill
/ Brevbäraren