K 10 svn:author V 7 stefanf K 8 svn:date V 27 2005-08-07T08:35:39.000000Z K 7 svn:log V 302 Revert the replacement of realloc() with reallocf() (el.h:1.2, map.c:1.5 and tokenizer.c:1.3). Contrary to the commit log there were no memory leaks, but the change introduced a bug because the free'd pointer was not zeroed and calling the appropriate _end() function would call free() a second time. END