mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
- Why dereference a monitor object during successive branch of IntAttachMonitor?
svn path=/trunk/; revision=32583
This commit is contained in:
@@ -201,7 +201,6 @@ IntAttachMonitor(IN GDIDEVICE *pGdiDevice,
|
||||
}
|
||||
Monitor->Prev = p;
|
||||
}
|
||||
UserDereferenceObject(Monitor);
|
||||
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user