Re: [PATCH] RFS: Fix resource leak

2015-10-21 Thread Sebastian Huber
On 21/10/15 16:23, Joel Sherrill wrote: Did you also commit this to 4.11 branch? I didn't commit anything so far. Does it apply to the 4.10 branch? Yes, see corresponding ticket. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49

Re: [PATCH] RFS: Fix resource leak

2015-10-21 Thread Chris Johns
On 22/10/2015 4:45 pm, Sebastian Huber wrote: > > > On 21/10/15 16:23, Joel Sherrill wrote: >> Did you also commit this to 4.11 branch? > > I didn't commit anything so far. > >> >> Does it apply to the 4.10 branch? > > Yes, see corresponding ticket. > Ok for 4.10 and 4.11. Thanks Chris

[PATCH] RFS: Fix resource leak

2015-10-21 Thread Sebastian Huber
Close #2433. --- cpukit/libfs/src/rfs/rtems-rfs-rtems.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpukit/libfs/src/rfs/rtems-rfs-rtems.c b/cpukit/libfs/src/rfs/rtems-rfs-rtems.c index 999dfb3..a0ade04 100644 --- a/cpukit/libfs/src/rfs/rtems-rfs-rtems.c +++