From: Subhajit Paul Date: Fri, 11 Apr 2014 07:23:30 +0000 (+0530) Subject: drm/omap: Fix memory leak in omap_gem_op_async X-Git-Tag: omap-for-v3.16/soc-signed~40^2~8^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15ec2ca964d7a52e7e0a452fe0f9c409d2f3eec6;p=pandora-kernel.git drm/omap: Fix memory leak in omap_gem_op_async In omap_gem_op_async(), if a waiter is not added to the wait list, it needs to be free'd in the function itself. Make sure we free the waiter for this case. Signed-off-by: Subhajit Paul Signed-off-by: Archit Taneja Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed