* 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:
@@ -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 ();
|
||||
|
||||
|
Reference in New Issue
Block a user