From df43d144d52bf5424f49484dc11ecc4152806218 Mon Sep 17 00:00:00 2001 From: 5an7y-Microsoft Date: Thu, 25 Sep 2025 15:10:55 -0700 Subject: [PATCH] Test commit --- serial/serial/initunlo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/serial/serial/initunlo.c b/serial/serial/initunlo.c index 1f890e388..6c7994fe9 100644 --- a/serial/serial/initunlo.c +++ b/serial/serial/initunlo.c @@ -112,6 +112,7 @@ Return Value: // the framework driver object is deleted during driver unload. // WDF_OBJECT_ATTRIBUTES_INIT(&attributes); + attributes.EvtCleanupCallback = SerialEvtDriverContextCleanup; WDF_DRIVER_CONFIG_INIT(&config, SerialEvtDeviceAdd);