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:
parent
0ea57410a0
commit
e19bd368ff
@ -2101,6 +2101,8 @@ bool CMeterWindow::ReadSkin()
|
||||
}
|
||||
}
|
||||
while (FindNextFile(find, &fd));
|
||||
|
||||
FindClose(find);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user