Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2001-01-17 15:47:47 +0300
committerCorinna Vinschen <corinna@vinschen.de>2001-01-17 15:47:47 +0300
commitcb503978ab5119740bc5e796344db6a5d0e6bcb5 (patch)
treee0f365a93e7b94dbc97bfb981a19550cf1812e26 /winsup/cygwin/cygheap.cc
parent48e952a6878adfcca0a2f487fae05b51cfefebc7 (diff)
* cygheap.cc (cygheap_user::~cygheap_user): Temporarily
disable free'ing memory.
Diffstat (limited to 'winsup/cygwin/cygheap.cc')
-rw-r--r--winsup/cygwin/cygheap.cc2
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