| commit | c60099bfe3a5e6fa22a930627689b3769c52153f | [log] [tgz] |
|---|---|---|
| author | Andrew Morton <akpm@osdl.org> | Tue Oct 17 00:09:59 2006 -0700 |
| committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Oct 17 08:18:44 2006 -0700 |
| tree | 477a477f6260da7c9c7871c266205d2212e17a2c | |
| parent | 1fec74a9cda95772887c82ede5c0ac60f5be857e [diff] |
[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" <rjw@sisk.pl> Cc: Pavel Machek <pavel@ucw.cz> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>