plug small memory leak in USER-ADIOS

This commit is contained in:
Axel Kohlmeyer 2019-02-27 17:49:34 -05:00
parent 5486896876
commit 0f0a65bb48
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@ DumpCustomADIOS::~DumpCustomADIOS()
internal->fh.Close();
}
delete internal->ad;
delete internal;
}
/* ---------------------------------------------------------------------- */