summaryrefslogtreecommitdiff
path: root/noncore/games/kcheckers/kcheckers.cpp
AgeCommit message (Collapse)AuthorFilesLines
2007-01-26Both files in this commit exhibit use after free errors.erik1-0/+1
One of them was introduced in my memory leak fixing (whoops). I was freeing a structure of stock data before one last call to it. So switching the free to after that call fixed it. The kcheckers.cpp fix is one where the game board could be deleted and then a new one is not created because someone attempted to request a game board type that is not supported. This is fixed by using the default directive for one of the game board types in the switch statement. Which means it could default to Russian boards. Score one for the Russians!
2004-03-01fix includeschicken1-1/+0
2004-02-06Merge from the 1.0.x releasezecke1-2/+3
2002-06-11Version 0.3 portleseb1-118/+322
2002-03-14Initial commitleseb1-0/+382