space reduction.

This commit is contained in:
Christopher Faylor 2001-08-31 05:17:47 +00:00
parent 5835f2cf8d
commit fff42f4172
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ cygheap_user::set_sid (PSID new_sid)
if (!new_sid)
{
if (psid)
cfree (psid);
cfree (psid);
psid = NULL;
return TRUE;
}