mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
[VIDEOPRT]
- Add missing ObReferenceObject call - Found by Johannes Anderwald svn path=/trunk/; revision=56130
This commit is contained in:
@@ -444,6 +444,7 @@ IntVideoPortQueryBusRelations(PDEVICE_OBJECT DeviceObject, PIRP Irp)
|
||||
{
|
||||
ChildExtension = CONTAINING_RECORD(CurrentEntry, VIDEO_PORT_CHILD_EXTENSION, ListEntry);
|
||||
|
||||
ObReferenceObject(ChildExtension->PhysicalDeviceObject);
|
||||
DeviceRelations->Objects[i] = ChildExtension->PhysicalDeviceObject;
|
||||
|
||||
i++;
|
||||
|
||||
Reference in New Issue
Block a user