diff --git a/reactos/drivers/ksfilter/ks/topology.c b/reactos/drivers/ksfilter/ks/topology.c index 547a1ff92b2..8d2288513b0 100644 --- a/reactos/drivers/ksfilter/ks/topology.c +++ b/reactos/drivers/ksfilter/ks/topology.c @@ -308,7 +308,7 @@ KsTopologyPropertyHandler( if (KeyInfo->DataLength + sizeof(WCHAR) > IoStack->Parameters.DeviceIoControl.OutputBufferLength) { Irp->IoStatus.Information = KeyInfo->DataLength + sizeof(WCHAR); - Status = STATUS_BUFFER_TOO_SMALL; + Status = STATUS_MORE_ENTRIES; ExFreePool(KeyInfo); break; }