mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 02:26:03 +00:00
- Why dereference a monitor object during successive branch of IntAttachMonitor?
svn path=/trunk/; revision=32583
This commit is contained in:
parent
4e8e7ffccd
commit
c99d04c093
1 changed files with 0 additions and 1 deletions
|
@ -201,7 +201,6 @@ IntAttachMonitor(IN GDIDEVICE *pGdiDevice,
|
||||||
}
|
}
|
||||||
Monitor->Prev = p;
|
Monitor->Prev = p;
|
||||||
}
|
}
|
||||||
UserDereferenceObject(Monitor);
|
|
||||||
|
|
||||||
return STATUS_SUCCESS;
|
return STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue