mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
don't free a UNICODE_STRING which isn't allocated
svn path=/trunk/; revision=34094
This commit is contained in:
parent
9ff626f764
commit
d8e81826d2
1 changed files with 0 additions and 1 deletions
|
@ -375,7 +375,6 @@ CsrClientConnectToServer(PWSTR ObjectDirectory,
|
||||||
NULL,
|
NULL,
|
||||||
&CsrSrvName,
|
&CsrSrvName,
|
||||||
&hCsrSrv);
|
&hCsrSrv);
|
||||||
RtlFreeUnicodeString(&CsrSrvName);
|
|
||||||
|
|
||||||
/* Now get the Server to Server routine */
|
/* Now get the Server to Server routine */
|
||||||
RtlInitAnsiString(&CsrServerRoutineName, "CsrCallServerFromServer");
|
RtlInitAnsiString(&CsrServerRoutineName, "CsrCallServerFromServer");
|
||||||
|
|
Loading…
Reference in a new issue