mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Revert last changes.
svn path=/trunk/; revision=3648
This commit is contained in:
parent
552baccb19
commit
66e64009cd
1 changed files with 1 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: env.c,v 1.16 2002/10/20 23:56:05 mdill Exp $
|
/* $Id: env.c,v 1.17 2002/10/21 00:53:33 mdill Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS system libraries
|
* PROJECT: ReactOS system libraries
|
||||||
|
@ -365,13 +365,6 @@ FreeEnvironmentStringsW (
|
||||||
LPWSTR EnvironmentStrings
|
LPWSTR EnvironmentStrings
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
if(EnvironmentStrings == NULL)
|
|
||||||
return FALSE;
|
|
||||||
|
|
||||||
RtlFreeHeap(RtlGetProcessHeap(),
|
|
||||||
0,
|
|
||||||
EnvironmentStrings);
|
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue