author | Sebastian Harl <sh@tokkee.org> | |
Wed, 8 Jul 2009 11:19:57 +0000 (13:19 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 26 Jul 2009 13:05:20 +0000 (15:05 +0200) | ||
commit | c2593281c3ed2919f67514381be2b5137308f3af | |
tree | d389c52a1907b8845ec5e9d4a3d1230aa4efbb4d | tree | snapshot |
parent | 22d070094908358bccc1f1ff9189ebaf98fe8bc6 | commit | diff |
src/utils_cache.c: Make really sure to free the right cache entry.
Make sure we do not try to free a (possibly some random) cache entry after
removing it from the AVL tree. Potentially, this might have caused invalid
free()s in some rare situations.
Make sure we do not try to free a (possibly some random) cache entry after
removing it from the AVL tree. Potentially, this might have caused invalid
free()s in some rare situations.
src/utils_cache.c | diff | blob | history |