summaryrefslogtreecommitdiffstats
path: root/tilemgr
diff options
context:
space:
mode:
authorcostea <costea@ubuntu.ubuntu-domain>2010-05-04 15:25:32 +0200
committercostea <costea@ubuntu.ubuntu-domain>2010-05-04 15:25:32 +0200
commit26c676d01aa3995556d83fbee6a84f87a51915a9 (patch)
tree7cf5a85be0eb8db06affe1666676d78a6c413f99 /tilemgr
parent4a0ded0bee0630c6304cc216919366da57f1a8e5 (diff)
downloadrasdaman-upstream-26c676d01aa3995556d83fbee6a84f87a51915a9.tar.gz
rasdaman-upstream-26c676d01aa3995556d83fbee6a84f87a51915a9.tar.xz
rasdaman-upstream-26c676d01aa3995556d83fbee6a84f87a51915a9.zip
fixed server crash because of faulty compression
Diffstat (limited to 'tilemgr')
-rw-r--r--tilemgr/tile.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/tilemgr/tile.cc b/tilemgr/tile.cc
index fadf2ca..ee2527b 100644
--- a/tilemgr/tile.cc
+++ b/tilemgr/tile.cc
@@ -385,7 +385,6 @@ Tile::~Tile()
// this function has to check now if a tile has to be compressed.
// The old scheme of compression in AdminIf::compCompTiles does
// not work, because tiles may be destroyed before with releaseAll.
- compress();
delete compEngine;
delete [] params;
}