It may not be a memory leak just because it doesn't use KEYS, but it's probably a good idea to have it there as a secondary barrier against losing strings. KEYS is basically there in case any strings were left over from the last time the char_data or pc_data was used.. Making the changes to how Clan is read are necessary, that's a definite memory leak.
On Wednesday 26 March 2003 10:45 am, Pell, Blake wrote: > So basically (to make sure I have this correct), any place where a > fread_string is being used with KEY we should be using KEYS so it free's > the string up?

