* cygheap.cc (cygheap_user::~cygheap_user): Temporarily
disable free'ing memory.
This commit is contained in:
parent
48e952a687
commit
cb503978ab
|
@ -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>
|
Tue Jan 16 18:01:00 2001 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* mmap.cc (mmap): Initialize fh to avoid compiler warnings.
|
* mmap.cc (mmap): Initialize fh to avoid compiler warnings.
|
||||||
|
|
|
@ -318,6 +318,7 @@ cygheap_root::operator =(const char *new_root)
|
||||||
|
|
||||||
cygheap_user::~cygheap_user ()
|
cygheap_user::~cygheap_user ()
|
||||||
{
|
{
|
||||||
|
#if 0
|
||||||
if (pname)
|
if (pname)
|
||||||
cfree (pname);
|
cfree (pname);
|
||||||
if (plogsrv)
|
if (plogsrv)
|
||||||
|
@ -326,6 +327,7 @@ cygheap_user::~cygheap_user ()
|
||||||
cfree (pdomain);
|
cfree (pdomain);
|
||||||
if (psid)
|
if (psid)
|
||||||
cfree (psid);
|
cfree (psid);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in New Issue