Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sample.cpp

    r24 r6  
    3838
    3939#include <mpcdec/mpcdec.h>
    40 
    41 #ifdef WIN32
    42 #include <crtdbg.h>
    43 #endif
    4440
    4541/*
     
    329325    }
    330326
    331     mpc_decoder_destroy(&decoder);
    332 #ifdef WIN32
    333     assert(_CrtCheckMemory());
    334     _CrtDumpMemoryLeaks();
    335 #endif
    336 
    337327    return 0;
    338328}
Note: See TracChangeset for help on using the changeset viewer.