mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +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,
|
||||
&CsrSrvName,
|
||||
&hCsrSrv);
|
||||
RtlFreeUnicodeString(&CsrSrvName);
|
||||
|
||||
/* Now get the Server to Server routine */
|
||||
RtlInitAnsiString(&CsrServerRoutineName, "CsrCallServerFromServer");
|
||||
|
|
Loading…
Reference in a new issue