don't free a UNICODE_STRING which isn't allocated

svn path=/trunk/; revision=34094
This commit is contained in:
Christoph von Wittich 2008-06-26 10:22:24 +00:00
parent 9ff626f764
commit d8e81826d2

View file

@ -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");