Changeset 121 in 3DVCSoftware for trunk/source/App/TAppDecoder/TAppDecCfg.cpp


Ignore:
Timestamp:
6 Sep 2012, 18:12:56 (12 years ago)
Author:
tech
Message:

Fixed several memory leaks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/App/TAppDecoder/TAppDecCfg.cpp

    r100 r121  
    103103  if (!m_pchBitstreamFile)
    104104  {
    105     fprintf(stderr, "No input file specifed, aborting\n");
     105    fprintf(stderr, "No input file specified, aborting\n");
    106106    return false;
    107107  }
Note: See TracChangeset for help on using the changeset viewer.