diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-06-11 06:35:16 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-06-11 06:35:16 +0000 |
commit | 07525303ba0dcfd1ed99768c01652e0380e06b09 (patch) | |
tree | b9368ca015a33061a66ab37bec28ab5e3d61e99b /databases/cego | |
parent | 9290fcafbdcc346e15d0679289219ac5a11fb950 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=416704
Diffstat (limited to 'databases/cego')
-rw-r--r-- | databases/cego/Makefile | 2 | ||||
-rw-r--r-- | databases/cego/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
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 |