google-code-export / bwapi

Automatically exported from code.google.com/p/bwapi
0 stars 0 forks source link

crash in onGameEnd() when player dropped #155

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
void GameImpl::onGameEnd()

if (self()->isEnemy(i->_getPlayer()))

_getPlayer() can return NULL if other player was dropped before game end

Original issue reported on code.google.com by caus...@googlemail.com on 1 Dec 2009 at 3:25

GoogleCodeExporter commented 9 years ago

Original comment by lowerlo...@gmail.com on 7 Dec 2009 at 1:12

GoogleCodeExporter commented 9 years ago

Original comment by lowerlo...@gmail.com on 7 Dec 2009 at 6:01

GoogleCodeExporter commented 9 years ago

Original comment by lowerlo...@gmail.com on 7 Dec 2009 at 6:13

GoogleCodeExporter commented 9 years ago
Fixed in r1815.

Original comment by lowerlo...@gmail.com on 20 Dec 2009 at 7:21