[Commits] [wesnoth/wesnoth] ea649e: Fix event-context related assertion failure at exi...
GitHub
noreply at github.com
Fri Feb 12 22:58:45 UTC 2016
Branch: refs/heads/guifixes
Home: https://github.com/wesnoth/wesnoth
Commit: ea649ec0a2c207aac8afaf225cdf45c319073025
https://github.com/wesnoth/wesnoth/commit/ea649ec0a2c207aac8afaf225cdf45c319073025
Author: Andreas Löf <andreas at alternating.net>
Date: 2016-02-13 (Sat, 13 Feb 2016)
Changed paths:
M src/display.cpp
M src/display.hpp
M src/game_display.cpp
M src/game_display.hpp
Log Message:
-----------
Fix event-context related assertion failure at exit
This fixes an assertion failure at exit which was caused by the event
contexts being cleaned up before the dummy display. There is no need
for the dummy display implementation to ever receive events so the
functionality has been extended for it to not join an event context,
resolving the assertion failure.
More information about the Commits
mailing list