From 5682a6dd3d5a5a213a860f66738f4fdd99f5c47e Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 13 Jun 2002 11:35:11 +0000 Subject: * 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. --- winsup/cygwin/cygheap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'winsup/cygwin/cygheap.h') diff --git a/winsup/cygwin/cygheap.h b/winsup/cygwin/cygheap.h index e4fbe5fcb..71c00aca8 100644 --- a/winsup/cygwin/cygheap.h +++ b/winsup/cygwin/cygheap.h @@ -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 (); -- cgit v1.2.3