diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-10-04 19:04:30 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-10-04 19:04:30 (GMT) |
commit | 9e5f8092376f13a970812e24e82c106d7dfc7869 (patch) | |
tree | 79ce58851a8f12617ff5a2f5bd2cd92b51d2d08b /tksao/fitsy++/file.h | |
parent | 6efa7b442cc46ecd46a2b8d0dce33f1cb3974d5b (diff) | |
download | blt-9e5f8092376f13a970812e24e82c106d7dfc7869.zip blt-9e5f8092376f13a970812e24e82c106d7dfc7869.tar.gz blt-9e5f8092376f13a970812e24e82c106d7dfc7869.tar.bz2 |
track down memory leaks with getString
Diffstat (limited to 'tksao/fitsy++/file.h')
-rw-r--r-- | tksao/fitsy++/file.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tksao/fitsy++/file.h b/tksao/fitsy++/file.h index a665fee..e410d92 100644 --- a/tksao/fitsy++/file.h +++ b/tksao/fitsy++/file.h @@ -213,7 +213,6 @@ public: 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); |