[Commits] [wesnoth/wesnoth] 85ef90: font: Mark our local fonts as private on Windows
GitHub
noreply at github.com
Mon Jun 8 00:21:28 UTC 2015
Branch: refs/heads/1.12
Home: https://github.com/wesnoth/wesnoth
Commit: 85ef902960270779b798add026c8bff6fba6419a
https://github.com/wesnoth/wesnoth/commit/85ef902960270779b798add026c8bff6fba6419a
Author: Ignacio R. Morelle <shadowm at wesnoth.org>
Date: 2015-06-07 (Sun, 07 Jun 2015)
Changed paths:
M changelog
M src/font.cpp
Log Message:
-----------
font: Mark our local fonts as private on Windows
According to the MSDN documentation, this means they'll automatically get
released when Wesnoth's process terminates (presumably independently of
the cause). This should fix Windows holding locks on the font files after
Wesnoth's process dies unexpectedly as reported by gfgtdf.
Additionally, this means applications started during a Wesnoth session
won't be able to use our fonts.
More information about the Commits
mailing list