Re: [PATCH] cpukit/fdt: Free index before container

2022-09-28 Thread Chris Johns
OK to push. Should 5 be updated? Consider OK for 5 as well. Thanks Chris On 29/9/2022 7:12 am, Kinsey Moore wrote: > Ensure that the index is released before the structure containing it is > freed and NULLed. > > Updates #4460 > --- > cpukit/libmisc/rtems-fdt/rtems-fdt.c | 4 ++-- > 1 file cha

[PATCH] cpukit/fdt: Free index before container

2022-09-28 Thread Kinsey Moore
Ensure that the index is released before the structure containing it is freed and NULLed. Updates #4460 --- cpukit/libmisc/rtems-fdt/rtems-fdt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpukit/libmisc/rtems-fdt/rtems-fdt.c b/cpukit/libmisc/rtems-fdt/rtems-fdt.c ind