kaliveda-dev team mailing list archive
-
kaliveda-dev team
-
Mailing list archive
-
Message #00944
[Bug 1104426] Re: Minor memory leak in KVMultiDetArray::DetectEvent
** Also affects: kaliveda/1.8
Importance: Undecided
Status: New
** Changed in: kaliveda/1.8
Milestone: None => 1.8.9
--
You received this bug notification because you are a member of KaliVeda
Development Team, which is subscribed to KaliVeda.
https://bugs.launchpad.net/bugs/1104426
Title:
Minor memory leak in KVMultiDetArray::DetectEvent
Status in KaliVeda data analysis framework:
New
Status in KaliVeda 1.8 series:
New
Bug description:
I've noticed a small memory leak coming from multiple "new"
assignments of KVMultiDetArray::DetectEvent::un with only a single
destruction.
Schematic:
while ((part = event->GetNextParticle())) {
if(fFilterType == kFilterType_Full) un = new KVNameValueList();
}
delete un;
To manage notifications about this bug go to:
https://bugs.launchpad.net/kaliveda/+bug/1104426/+subscriptions
References