* cygheap.cc (cygheap_user::~cygheap_user): Temporarily

disable free'ing memory.
This commit is contained in:
Corinna Vinschen 2001-01-17 12:47:47 +00:00
parent 48e952a687
commit cb503978ab
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Wed Jan 17 10:56:00 2001 Corinna Vinschen <corinna@vinschen.de>
* cygheap.cc (cygheap_user::~cygheap_user): Temporarily
disable free'ing memory.
Tue Jan 16 18:01:00 2001 Corinna Vinschen <corinna@vinschen.de>
* mmap.cc (mmap): Initialize fh to avoid compiler warnings.

View File

@ -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