From cc99ecfdac01215594c73907726b12f251c21e20 Mon Sep 17 00:00:00 2001 From: Tomas Winkler Date: Mon, 10 Mar 2014 15:10:40 +0200 Subject: [PATCH] mei: fix memory leak of pending write cb objects Write callbacks are released on the write completed path but when file handler is closed before the writes are completed those are left dangling on write and write_waiting queues. We add mei_io_list_free function to perform this task Also move static functions to client.c form client.h Cc: stable # 3.11+ Signed-off-by: Tomas Winkler Signed-off-by: Alexander Usyskin Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed