summaryrefslogtreecommitdiffstats
path: root/tksao/fitsy++/file.h
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-10-04 17:23:08 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-10-04 17:23:08 (GMT)
commit59aefd51a5c526b5d5e88cdc19cd6bf4b05995f4 (patch)
treed449523bb24ed3148869060687dfc41a167576b7 /tksao/fitsy++/file.h
parent3802d3df703ae75262c86187cad4d3bae745a9ca (diff)
downloadblt-59aefd51a5c526b5d5e88cdc19cd6bf4b05995f4.zip
blt-59aefd51a5c526b5d5e88cdc19cd6bf4b05995f4.tar.gz
blt-59aefd51a5c526b5d5e88cdc19cd6bf4b05995f4.tar.bz2
track down memory leaks with getString
Diffstat (limited to 'tksao/fitsy++/file.h')
-rw-r--r--tksao/fitsy++/file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tksao/fitsy++/file.h b/tksao/fitsy++/file.h
index f3e9c9d..a665fee 100644
--- a/tksao/fitsy++/file.h
+++ b/tksao/fitsy++/file.h
@@ -212,6 +212,7 @@ public:
double getReal(const char* name, double def);
void getComplex(const char* name, double* real, double* img,
double rdef, double idef);
+ char* getString(const char* name);
char* getStringCopy(const char* name);
char* getComment(const char* name);
char* getKeyword(const char* name);