Skip to content

Commit

Permalink
Silence CID 1174385
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Apr 23, 2021
1 parent fe5d523 commit 95344fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mapcpl.c
Expand Up @@ -195,6 +195,8 @@ void *msGetSymbol( const char * pszLibrary, const char * pszSymbolName )
return NULL;
}

/* We accept leakage of pLibrary */
/* coverity[leaked_storage] */
return( pSymbol );
}

Expand Down

0 comments on commit 95344fb

Please sign in to comment.