Unverified Commit 0f0a65bb authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

plug small memory leak in USER-ADIOS

parent 54868968
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -154,6 +154,7 @@ DumpCustomADIOS::~DumpCustomADIOS()
        internal->fh.Close();
    }
    delete internal->ad;
    delete internal;
}

/* ---------------------------------------------------------------------- */