diff options
Diffstat (limited to 'winsup/cygwin/cygheap.cc')
-rw-r--r-- | winsup/cygwin/cygheap.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/cygheap.cc b/winsup/cygwin/cygheap.cc index 697827b85..057a7d9ae 100644 --- a/winsup/cygwin/cygheap.cc +++ b/winsup/cygwin/cygheap.cc @@ -318,6 +318,7 @@ cygheap_root::operator =(const char *new_root) cygheap_user::~cygheap_user () { +#if 0 if (pname) cfree (pname); if (plogsrv) @@ -326,6 +327,7 @@ cygheap_user::~cygheap_user () cfree (pdomain); if (psid) cfree (psid); +#endif } void |