We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01979b commit 880053eCopy full SHA for 880053e
1 file changed
OpenHardwareMonitorLib/Hardware/Motherboard/Motherboard.cs
@@ -191,11 +191,12 @@ public void Traverse(IVisitor visitor)
191
/// </summary>
192
public void Close()
193
{
194
- _lmSensors?.Close();
195
foreach (IHardware iHardware in SubHardware)
196
197
if (iHardware is Hardware hardware)
198
hardware.Close();
199
}
+
200
+ _lmSensors?.Close();
201
202
0 commit comments