diff options
Diffstat (limited to 'c/main.c')
-rw-r--r-- | c/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -281,6 +281,7 @@ SetupFonts() SystemParametersInfo(SPI_GETNONCLIENTMETRICS, sizeof(NONCLIENTMETRICS), &m, 0); HfNormal = CreateFontIndirect(&m.lfMessageFont); + FreeLibrary(hModule); } else HfNormal = GetStockObject(DEFAULT_GUI_FONT); |