Re: [PATCH 3/5] nvdisk.c: Fix Resource leak (CID #1439297)

2021-03-15 Thread Gedare Bloom
On Mon, Mar 15, 2021 at 2:28 PM Joel Sherrill wrote: > > > > On Mon, Mar 15, 2021, 3:10 PM Gedare Bloom wrote: >> >> On Fri, Mar 12, 2021 at 8:18 AM Ryan Long wrote: >> > >> > CID 1439297: Resource leak in rtems_nvdisk_initialize(). >> > >> > Closes #4298 >> > --- >> >

Re: [PATCH 3/5] nvdisk.c: Fix Resource leak (CID #1439297)

2021-03-15 Thread Joel Sherrill
On Mon, Mar 15, 2021, 3:10 PM Gedare Bloom wrote: > On Fri, Mar 12, 2021 at 8:18 AM Ryan Long wrote: > > > > CID 1439297: Resource leak in rtems_nvdisk_initialize(). > > > > Closes #4298 > > --- > > cpukit/libblock/src/nvdisk.c | 8 +++- > > 1 file changed, 7 insertions(+), 1 deletion(-) >

Re: [PATCH 3/5] nvdisk.c: Fix Resource leak (CID #1439297)

2021-03-15 Thread Gedare Bloom
On Fri, Mar 12, 2021 at 8:18 AM Ryan Long wrote: > > CID 1439297: Resource leak in rtems_nvdisk_initialize(). > > Closes #4298 > --- > cpukit/libblock/src/nvdisk.c | 8 +++- > 1 file changed, 7 insertions(+), 1 deletion(-) > > diff --git a/cpukit/libblock/src/nvdisk.c

[PATCH 3/5] nvdisk.c: Fix Resource leak (CID #1439297)

2021-03-12 Thread Ryan Long
CID 1439297: Resource leak in rtems_nvdisk_initialize(). Closes #4298 --- cpukit/libblock/src/nvdisk.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/cpukit/libblock/src/nvdisk.c b/cpukit/libblock/src/nvdisk.c index a7f4167..d742baf 100644 ---