summaryrefslogtreecommitdiff
path: root/rsc/source/rscpp/cpp3.c
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/source/rscpp/cpp3.c')
-rw-r--r--rsc/source/rscpp/cpp3.c1
1 files changed, 1 insertions, 0 deletions
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 );
}