* cygheap.cc (cygheap_user::set_name): Remove setting homedrive and

homepath to NULL.
	(cygheap_user::set_logsrv):  Fix free'ing of plogsrv.
	* cygheap.h (cygheap_user::cygheap_user): Initialize homedrive and
	homepath to NULL.
This commit is contained in:
Corinna Vinschen
2002-06-13 11:35:11 +00:00
parent dc8971488e
commit 5682a6dd3d
3 changed files with 11 additions and 4 deletions

View File

@@ -117,6 +117,7 @@ public:
BOOL impersonated;
cygheap_user () : pname (NULL), plogsrv (NULL), pdomain (NULL),
homedrive (NULL), homepath (NULL),
psid (NULL), token (INVALID_HANDLE_VALUE) {}
~cygheap_user ();