From af4700d70a807857ecb118c2bd23c023cfe387e7 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 21 Nov 2014 09:47:33 +0000 Subject: document coverity#983096 Resource leak Change-Id: If5a60dac2329432b30a7b5528e0fca05d4369b1a --- rsc/source/rscpp/cpp3.c | 1 + 1 file changed, 1 insertion(+) diff --git a/rsc/source/rscpp/cpp3.c b/rsc/source/rscpp/cpp3.c index f663a9f13ab8..1ab88163ac1c 100644 --- a/rsc/source/rscpp/cpp3.c +++ b/rsc/source/rscpp/cpp3.c @@ -148,6 +148,7 @@ int AddInclude( char* pIncStr ) *incend++ = pIncPos; pIncPos = strtok( NULL, ";" ); } + /* coverity[leaked_storage] - we know this leaks, but it doesn't matter in this short lived utility */ return( 1 ); } -- cgit v1.2.3