[BASESRV-CSRSRV]
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 7 Apr 2013 18:28:38 +0000 (18:28 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 7 Apr 2013 18:28:38 +0000 (18:28 +0000)
commit74ef4033a2fbab19cb00b0db8dad6be066b304f0
treea6b6e27883b41427d61edd32a449dc434ef502fa
parent463b98e376452b1f7ae247727d03f88945fe650b
[BASESRV-CSRSRV]
A little bit of code reorganization (more a "matter of taste"; delete allocated pointers in the reverse way we allocated them).

[NTDLL]
- Free a used SID (i.e. fix a memory leak).
- Only just "reserve" memory pages for the section for the CSR port. Memory will be actually committed later on (checked on Windows Server 2003 and on http://j00ru.vexillium.org/?p=527 ).

svn path=/branches/ros-csrss/; revision=58716
dll/ntdll/csr/connect.c
subsystems/win/basesrv/dosdev.c
subsystems/win/basesrv/init.c
subsystems/win32/csrsrv/init.c