K 10 svn:author V 6 marcel K 8 svn:date V 27 2013-12-07T01:35:18.809908Z K 7 svn:log V 321 Fix r203922 for "fortune -o": we free tpath when was_malloc is true but don't define tpath everytime we set was_malloc to true. We end up calling free() multiple times for the same pointer, resulting in: : jemalloc_arena.c:355: Failed assertion: ... When we set path to offensive, we need to set tpath as well. END