summaryrefslogtreecommitdiffstats
path: root/tksao
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-10-10 16:48:15 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-10-10 16:48:15 (GMT)
commitf649616d7a7c3cd809a31560c6e2cb438241392e (patch)
tree887fd4f7fadfc863949abbed7f9b4337fb21bbfc /tksao
parent10be130ee5bfadf4dcab5fca87e7de89218739d3 (diff)
downloadblt-f649616d7a7c3cd809a31560c6e2cb438241392e.zip
blt-f649616d7a7c3cd809a31560c6e2cb438241392e.tar.gz
blt-f649616d7a7c3cd809a31560c6e2cb438241392e.tar.bz2
another getString mem issue
Diffstat (limited to 'tksao')
-rw-r--r--tksao/frame/fitscompress.C3
1 files changed, 0 insertions, 3 deletions
diff --git a/tksao/frame/fitscompress.C b/tksao/frame/fitscompress.C
index f14fadf..74e6ee0 100644
--- a/tksao/frame/fitscompress.C
+++ b/tksao/frame/fitscompress.C
@@ -120,8 +120,5 @@ void FitsImage::initCompress()
; // unknown compression type
}
- if (type)
- delete [] type;
-
return;
}