diff --git a/reactos/drivers/dd/serial/pnp.c b/reactos/drivers/dd/serial/pnp.c index 9e40c9c7171..6a0d3f13868 100644 --- a/reactos/drivers/dd/serial/pnp.c +++ b/reactos/drivers/dd/serial/pnp.c @@ -19,7 +19,7 @@ SerialAddDevice( IN PDEVICE_OBJECT Pdo) { PDEVICE_OBJECT Fdo = NULL; - PSERIAL_DEVICE_EXTENSION DeviceExtension; + PSERIAL_DEVICE_EXTENSION DeviceExtension = NULL; NTSTATUS Status; WCHAR DeviceNameBuffer[32]; UNICODE_STRING DeviceName;