Skip to content

Commit

Permalink
Fixed|World: SIGSEGV during ~Subsector (e.g., icarus.wad MAP01)
Browse files Browse the repository at this point in the history
IssueID #2167
  • Loading branch information
danij-deng committed Jul 25, 2016
1 parent fe28125 commit 440deca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/apps/client/src/world/map.cpp
Expand Up @@ -333,8 +333,8 @@ DENG2_PIMPL(Map)
// in their private data destructors.
thinkers.reset();

qDeleteAll(subspaces);
qDeleteAll(sectors);
qDeleteAll(subspaces);
for (Polyobj *polyobj : polyobjs)
{
polyobj->~Polyobj();
Expand Down

0 comments on commit 440deca

Please sign in to comment.