Re: [PATCH 1/2] fix memory leak in session.c
FUJITA Tomonori <[email protected]> Fri, 03 Jun 2016 07:51:36 +0900 (JST)
| Newsgroups | org.kernel.vger.stgt |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 2 Jun 2016 15:17:10 +0800 Feng Li <[email protected]> wrote: > From: Feng Li <[email protected]> > > Memory leaks when memory allocation fails. > > Signed-off-by: Feng Li <[email protected]> > --- > usr/iscsi/session.c | 1 + > 1 file changed, 1 insertion(+) Nice catch, thanks!