Skip to content
Commit 8e1f50d7 authored by Andy Shevchenko's avatar Andy Shevchenko Committed by Dan Williams
Browse files

dmatest: prevent memory leakage on error path in thread



When we fail to allocate memory for thread->srcs or thread->dsts and src_cnt or
dst_cnt great than 1 we leak memory on error path. This patch fixes the issue.

Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: default avatarDan Williams <dan.j.williams@intel.com>
parent e628ce70
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment