mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-31 11:30:56 +08:00
* 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>
|
||||
|
||||
* mmap.cc (mmap): Initialize fh to avoid compiler warnings.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user