[atlantik-cvs] CVS: kdegames/atlantik/libatlantic atlantic_core.cpp,1.17,1.18
| Newsgroups | gmane.comp.kde.devel.atlantik |
|---|---|
| Message-ID | <[email protected]> |
Update of /home/kde/kdegames/atlantik/libatlantic In directory office:/tmp/cvs-serv12877/libatlantic Modified Files: atlantic_core.cpp Log Message: crash fix Index: atlantic_core.cpp =================================================================== RCS file: /home/kde/kdegames/atlantik/libatlantic/atlantic_core.cpp,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- atlantic_core.cpp 19 Jan 2003 23:58:59 -0000 1.17 +++ atlantic_core.cpp 20 Jan 2003 17:18:06 -0000 1.18 @@ -74,7 +74,6 @@ m_players.remove(player); emit removeGUI(player); emit deletePlayer(player); - delete player; } void AtlanticCore::slotDeletePlayer(Player *player)