On Saturday 24 May 2014 15:56:17 Sven Eckelmann wrote:
The hash iterator is automatically allocated and freed by the hash_iterate function. But when using break (or goto outside of loop) during the iteration loop, the caller has to handle the free-operation of the hash_iterator to avoid memory leaks.
Signed-off-by: Sven Eckelmann sven@narfation.org
bisect_iv.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
Applied in revision 690d846.
Thanks, Marek