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=34095
This commit is contained in:
parent
d8e81826d2
commit
00334059ac
1 changed files with 0 additions and 2 deletions
|
@ -139,8 +139,6 @@ OpenJobObjectW(DWORD dwDesiredAccess,
|
|||
dwDesiredAccess,
|
||||
&ObjectAttributes);
|
||||
|
||||
RtlFreeUnicodeString(&JobName);
|
||||
|
||||
if(!NT_SUCCESS(Status))
|
||||
{
|
||||
SetLastErrorByStatus(Status);
|
||||
|
|
Loading…
Reference in a new issue