mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
Fixed small memory leak and updated unit tests for DumpString
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@5003 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
5fa682d846
commit
656d81aed9
@ -61,6 +61,9 @@ IPhreeqc::IPhreeqc(void)
|
||||
IPhreeqc::~IPhreeqc(void)
|
||||
{
|
||||
delete this->PhreeqcPtr;
|
||||
delete this->SelectedOutput;
|
||||
delete this->WarningReporter;
|
||||
delete this->ErrorReporter;
|
||||
}
|
||||
|
||||
VRESULT IPhreeqc::AccumulateLine(const char *line)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user