Changeset 5678

Show
Ignore:
Timestamp:
11/03/09 17:13:56 (4 months ago)
Author:
thakur
Message:

errcheck for null newtype

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • mpich2/trunk/src/mpi/datatype/type_create_hvector.c

    r5543 r5678  
    8484                MPID_Datatype_valid_ptr(datatype_ptr, mpi_errno); 
    8585            } 
     86            MPIR_ERRTEST_ARGNULL(newtype, "newtype", mpi_errno); 
    8687            if (mpi_errno != MPI_SUCCESS) goto fn_fail; 
    8788        }