Re: [PATCH v1 1/6] Explanations.cc: Fix resource leaks

2021-06-04 Thread Chris Johns
On 5/6/21 2:47 am, Ryan Long wrote: > We'll submit the C++ conversions as separate patches since they are larger. > That patch will be submitted shortly. Excellent and thanks. Chris ___ devel mailing list devel@rtems.org

RE: [PATCH v1 1/6] Explanations.cc: Fix resource leaks

2021-06-04 Thread Ryan Long
We'll submit the C++ conversions as separate patches since they are larger. That patch will be submitted shortly. -Original Message- From: Chris Johns Sent: Friday, May 28, 2021 8:05 PM To: Ryan Long ; devel@rtems.org Subject: Re: [PATCH v1 1/6] Explanations.cc: Fix resource leaks

Re: [PATCH v1 1/6] Explanations.cc: Fix resource leaks

2021-05-28 Thread Chris Johns
On 29/5/21 8:08 am, Ryan Long wrote: > CID 1399608: Resource leak in load(). > CID 1399611: Resource leak in load(). > > Closes #4417 > --- > tester/covoar/Explanations.cc | 18 +++--- > 1 file changed, 11 insertions(+), 7 deletions(-) > > diff --git a/tester/covoar/Explanations.cc