From 07525303ba0dcfd1ed99768c01652e0380e06b09 Mon Sep 17 00:00:00 2001 From: Kurt Jaeger Date: Sat, 11 Jun 2016 06:35:16 +0000 Subject: 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 --- databases/cego/Makefile | 2 +- databases/cego/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'databases/cego') diff --git a/databases/cego/Makefile b/databases/cego/Makefile index 9899a9a58ef8..7f67255eefdb 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.30.6 +PORTVERSION= 2.30.7 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index e1ce4c10c169..56d7c23ab2b2 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1465021663 -SHA256 (cego-2.30.6.tar.gz) = bdf181176628fff821f64d0b690446488ae22b1323c9ec363b4d6bcc868e186c -SIZE (cego-2.30.6.tar.gz) = 1396776 +TIMESTAMP = 1465626730 +SHA256 (cego-2.30.7.tar.gz) = 13e143c7920e83d8e8f7c759c847832265dba84d8db47d547585aad95de033af +SIZE (cego-2.30.7.tar.gz) = 1396808 -- cgit v1.2.3