Fix a memory leak that I introduced when I removed the extra copy from reader(). If make_strnode_no_copy() returned Null_Word, then a three-byte buffer was leaked. The code now frees that buffer.
Authored by: david_costanzo 2008-03-03
Parent: [r2610]
Child: [r2612]