Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/zorg/src/sample.cpp

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