diff --git a/CheckMemoryLeak.cpp b/CheckMemoryLeak.cpp index 1e5b719f4..64ca2028f 100644 --- a/CheckMemoryLeak.cpp +++ b/CheckMemoryLeak.cpp @@ -22,6 +22,12 @@ struct _variable //--------------------------------------------------------------------------- + + +//--------------------------------------------------------------------------- +// Checks for memory leaks.. +//--------------------------------------------------------------------------- + void CheckMemoryLeak() { std::vector<_variable *> varlist; diff --git a/CheckOther.cpp b/CheckOther.cpp index 5225a6952..944ee0651 100644 --- a/CheckOther.cpp +++ b/CheckOther.cpp @@ -158,7 +158,7 @@ void WarningRedundantCode() //--------------------------------------------------------------------------- -// if (condition); +// if (condition) .... //--------------------------------------------------------------------------- void WarningIf()