From: Andrew Morton Date: Tue, 17 Oct 2006 07:09:59 +0000 (-0700) Subject: [PATCH] swsusp: fix memory leaks X-Git-Tag: v2.6.19-rc3~185 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c60099bfe3a5e6fa22a930627689b3769c52153f;p=pandora-kernel.git [PATCH] swsusp: fix memory leaks My fancy new swsusp IO code had a big memory leak. It's somewhat invisible because the whole mem_map[] gets overwritten after resume, but it can cause us to get low on memory during the actual suspend process. Cc: "Rafael J. Wysocki" Cc: Pavel Machek Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed