mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fixed handle leak with @Resources\Fonts
This commit is contained in:
@ -2101,6 +2101,8 @@ bool CMeterWindow::ReadSkin()
|
||||
}
|
||||
}
|
||||
while (FindNextFile(find, &fd));
|
||||
|
||||
FindClose(find);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user