databases/cego: 2.30.6 -> 2.30.7
- Fixed memory leak in CegoSelect::nextTuple. Since the querycache is allocated by the CegoQueryCache instance, the pCacheList variable has to be freed after calling the addEntry method. Actually, the logic is not very smart, since the cache element is build up two times...
Submitted by: Bjoern Lemke <lemke@lemke-it.com>