Kaydet (Commit) af4700d7 authored tarafından Caolán McNamara's avatar Caolán McNamara

document coverity#983096 Resource leak

Change-Id: If5a60dac2329432b30a7b5528e0fca05d4369b1a
üst b5c51b70
...@@ -148,6 +148,7 @@ int AddInclude( char* pIncStr ) ...@@ -148,6 +148,7 @@ int AddInclude( char* pIncStr )
*incend++ = pIncPos; *incend++ = pIncPos;
pIncPos = strtok( NULL, ";" ); pIncPos = strtok( NULL, ";" );
} }
/* coverity[leaked_storage] - we know this leaks, but it doesn't matter in this short lived utility */
return( 1 ); return( 1 );
} }
......
Markdown is supported
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