aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pugl/detail/win.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pugl/detail/win.c b/pugl/detail/win.c
index 7be1363..e763495 100644
--- a/pugl/detail/win.c
+++ b/pugl/detail/win.c
@@ -104,6 +104,8 @@ puglInitWorldInternals(void)
if (SetProcessDPIAware) {
SetProcessDPIAware();
}
+
+ FreeLibrary(user32);
}
LARGE_INTEGER frequency;