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:
authorChristopher Faylor <me@cgf.cx>2001-08-31 09:17:47 +0400
committerChristopher Faylor <me@cgf.cx>2001-08-31 09:17:47 +0400
commitfff42f4172b8189b7495c347205d6282d550ba77 (patch)
treeee2abafa883f40f62f07589d78566cf68d602750 /winsup/cygwin/cygheap.cc
parent5835f2cf8dfb01b93c233bfb5e486482a545aded (diff)
space reduction.
Diffstat (limited to 'winsup/cygwin/cygheap.cc')
-rw-r--r--winsup/cygwin/cygheap.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/cygheap.cc b/winsup/cygwin/cygheap.cc
index dc2c72ed2..94d0dc0bd 100644
--- a/winsup/cygwin/cygheap.cc
+++ b/winsup/cygwin/cygheap.cc
@@ -416,7 +416,7 @@ cygheap_user::set_sid (PSID new_sid)
if (!new_sid)
{
if (psid)
- cfree (psid);
+ cfree (psid);
psid = NULL;
return TRUE;
}