We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ca0b0d commit df43d14Copy full SHA for df43d14
serial/serial/initunlo.c
@@ -112,6 +112,7 @@ Return Value:
112
// the framework driver object is deleted during driver unload.
113
//
114
WDF_OBJECT_ATTRIBUTES_INIT(&attributes);
115
+
116
attributes.EvtCleanupCallback = SerialEvtDriverContextCleanup;
117
118
WDF_DRIVER_CONFIG_INIT(&config, SerialEvtDeviceAdd);
0 commit comments