eina rbtree iterator - fix leak found while debugging other problems
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Tue, 19 Jul 2016 06:40:16 +0000 (15:40 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Tue, 19 Jul 2016 06:43:22 +0000 (15:43 +0900)
commitad1bfac960b2ffccf4bf853b5f3b93a782167dd3
tree485b310ae15146b246d47438af5938ce2d8bf399
parent4923ae81c0407b3c7d60d5fce583e21052a8b97d
eina rbtree iterator - fix leak found while debugging other problems

there was a leak of elements on  the itrator stack when the stack was
flushed still having some items on it, thus losing their pointers and
never freeing them.

@fix
src/lib/eina/eina_rbtree.c