From 3dad0d1e40285fb8a5c6b878c5ac5eb556f9dd9e Mon Sep 17 00:00:00 2001 From: Christian Engelmayer Date: Wed, 7 May 2014 21:32:30 +0200 Subject: [PATCH] staging: rtl8188eu: fix potential leak in rtw_mp_QueryDrv() Function rtw_mp_QueryDrv() dynamically allocates a temporary buffer that is not freed in all error paths. Use a centralized exit path and make sure that all memory is freed correctly. Detected by Coverity - CID 1077713. Signed-off-by: Christian Engelmayer Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed