Fixed memory leak in history generation (#163).
authorDaniel Carl <danielcarl@gmx.de>
Sat, 7 Feb 2015 00:00:50 +0000 (01:00 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Sat, 7 Feb 2015 00:00:50 +0000 (01:00 +0100)
commit52c599ada83e6f47fd603d58550f3e3cb7385d42
tree3adc53258eb4eb38ab282e95cd08b896ffe3274d
parent640d3095a2e78466030c0d26fb6ed8c6255e95f9
Fixed memory leak in history generation (#163).

The changes in the way the memory is allocated, cause a memory leak because
all those history items that where read from file but where not put into the
list, could not be freed by the caller.
src/util.c