Fixed handle leak with @Resources\Fonts

This commit is contained in:
Birunthan Mohanathas 2012-07-12 11:44:29 +03:00
parent 0ea57410a0
commit e19bd368ff

View File

@ -2101,6 +2101,8 @@ bool CMeterWindow::ReadSkin()
}
}
while (FindNextFile(find, &fd));
FindClose(find);
}
}