Redundant code in ivas_ism_metadata_close()
The MSVC code analysis returns the C6297 warning:
Warning C6287 Redundant code: the left and right sub-expressions are identical in ..\lib_com\ivas_ism_com.c, line 604
which corresponds to the code
if ( hIsmMetaData == NULL || hIsmMetaData == NULL )