mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
don't free a UNICODE_STRING which isn't allocated
svn path=/trunk/; revision=34095
This commit is contained in:
@@ -139,8 +139,6 @@ OpenJobObjectW(DWORD dwDesiredAccess,
|
||||
dwDesiredAccess,
|
||||
&ObjectAttributes);
|
||||
|
||||
RtlFreeUnicodeString(&JobName);
|
||||
|
||||
if(!NT_SUCCESS(Status))
|
||||
{
|
||||
SetLastErrorByStatus(Status);
|
||||
|
||||
Reference in New Issue
Block a user