lib/memcpy: Suppress a Coverity leak report for setup_tests()
authorBart Van Assche <bvanassche@acm.org>
Sat, 18 Jan 2020 05:02:00 +0000 (21:02 -0800)
committerBart Van Assche <bvanassche@acm.org>
Sat, 18 Jan 2020 06:04:39 +0000 (22:04 -0800)
commit655ca10a708318bb22023146fe3dc338d25b777d
tree159eb47b1e4502f70153f9db4314bb1f069079b9
parented24e32c0fcccbf68cbb8ad853f99d171842f270
lib/memcpy: Suppress a Coverity leak report for setup_tests()

Suppress the following Coverity memory leak complaint:

CID 169324 (#1 of 1): Resource leak (RESOURCE_LEAK)
7. leaked_storage: Variable src going out of scope leaks the storage it points to.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
lib/memcpy.c