//--------------------------------------------------------------------------- #ifndef CheckMemoryLeakH #define CheckMemoryLeakH //--------------------------------------------------------------------------- /** \brief Check for memory leaks */ void CheckMemoryLeak(); //--------------------------------------------------------------------------- #endif