diff options
Diffstat (limited to 'winsup/cygwin/cygheap.cc')
-rw-r--r-- | winsup/cygwin/cygheap.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/cygheap.cc b/winsup/cygwin/cygheap.cc index 0992ad300..2e3637b57 100644 --- a/winsup/cygwin/cygheap.cc +++ b/winsup/cygwin/cygheap.cc @@ -469,7 +469,7 @@ cygheap_user::set_sid (PSID new_sid) if (psid) cfree (psid); if (orig_psid) - cfree (orig_psid); + cfree (orig_psid); psid = NULL; orig_psid = NULL; return TRUE; @@ -477,7 +477,7 @@ cygheap_user::set_sid (PSID new_sid) else { if (!psid) - { + { if (!orig_psid) { orig_psid = cmalloc (HEAP_STR, MAX_SID_LEN); |