Destroy XMLReader object attached to Reader one when this one is gone as to avoid
potential memory leaks.
This commit is contained in:
committed by
wmayer
parent
dda591ec6e
commit
e20456dc1f
@@ -295,6 +295,7 @@ class BaseExport Reader : public std::istream
|
||||
{
|
||||
public:
|
||||
Reader(std::istream&, const std::string&, int version);
|
||||
~Reader();
|
||||
std::istream& getStream();
|
||||
std::string getFileName() const;
|
||||
int getFileVersion() const;
|
||||
|
||||
Reference in New Issue
Block a user