[Date Prev][Date Next] [Chronological] [Thread] [Top]

back-bdb IDL cache leak (ITS#2367)



Full_Name: Howard Chu
Version: 2.1
OS: 
URL: 
Submission from: (NULL) (24.126.120.178)
Submitted by: hyc


The IDL cache code maintains both an LRU list and an AVL tree for its cached
IDLs. When it replaces an entry in the cache, it only replaces it in the LRU
list. The AVL tree is left with stale data/leaks. Also, at database shutdown,
only the LRU list is freed, so the AVL tree structures are leaked further.