Ignore:
Timestamp:
Oct 4, 2023, 6:18:02 PM (2 years ago)
Author:
gyoung
Message:

Fix all the warnings and errors reported by CPPCheck.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/stream_ioproc/source/testproc.c

    r4 r108  
    124124  //  mmfinfo.ulMediaType=MMIO_MEDIATYPE_AUDIO;
    125125
    126   if((pmmfi=(PMMFORMATINFO)malloc(lNum*sizeof(MMFORMATINFO)))==NULLHANDLE)
     126  if((pmmfi=(PMMFORMATINFO)malloc(lNum*sizeof(MMFORMATINFO)))==NULL)
    127127    return FALSE;
    128128
Note: See TracChangeset for help on using the changeset viewer.