Fixed random word to use whole file.
authorPat Thoyts <patthoyts@users.sourceforge.net>
Sat, 19 Jun 2010 23:48:14 +0000 (00:48 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Sat, 19 Jun 2010 23:48:14 +0000 (00:48 +0100)
commit152b8e2f4c20f7c21150077bbdb829ecb7a39128
tree3236157f87703309dc452d1c845e48e8734e139c
parent362237dc375f48464bdf1638091df34a2709aec0
Fixed random word to use whole file.
The getrandomword function did not use the whole file. Changed to seek
to a random location and then read the next full word that is 7 chars.
Checked for memleaks using valgrind and added cleanup for the word
tree and answers list. No more leaks reported.

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
makefile.linux
src/ag.c
src/ag_test.c