From: Paul Fulghum Date: Sun, 25 Jun 2006 12:49:12 +0000 (-0700) Subject: [PATCH] fix memory leak in rocketport rp_do_receive X-Git-Tag: v2.6.18-rc1~892 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc44a817f65f9b4651643d334f6351b6d1f5e6c2;p=pandora-kernel.git [PATCH] fix memory leak in rocketport rp_do_receive Fix memory leak caused by incorrect use of tty buffer facility. tty buffers are allocated but never processed by call to tty_flip_buffer_push so they accumulate on the full buffer list. Current code uses the buffers as a temporary storage for data before passing it directly to the line discipline. Signed-off-by: Paul Fulghum Cc: Alan Cox Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed