diff options
author | xinhui.pan <xinhuix.pan@intel.com> | 2014-07-28 12:14:52 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-08-02 03:04:54 +0400 |
commit | 5a64096700dc9761b57e767c9f0b740eb2cb84dd (patch) | |
tree | 4f61f7ef658e9775791730516f5ac81de7d47a59 /net | |
parent | 8368d6a2b73900507ad7632b8057532d0c2ee07f (diff) | |
download | linux-5a64096700dc9761b57e767c9f0b740eb2cb84dd.tar.xz |
tty/n_gsm.c: fix a memory leak in gsmld_open
If gsmld_attach_gsm fails, the gsm is not used anymore.
tty core will not call gsmld_close to do the cleanup work.
tty core just restore to the tty old ldisc.
That always causes memory leak.
Signed-off-by: xinhui.pan <xinhuiX.pan@intel.com>
Reported-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions