From 8578df698fe47b14917bc97552e2a02595228936 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Tue, 2 Dec 2008 16:58:43 +0000 Subject: [PATCH] Memory leak: Changed a comment --- CheckMemoryLeak.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CheckMemoryLeak.cpp b/CheckMemoryLeak.cpp index 651c82186..9f99d13f6 100644 --- a/CheckMemoryLeak.cpp +++ b/CheckMemoryLeak.cpp @@ -859,7 +859,7 @@ void CheckMemoryLeakClass::simplifycode(TOKEN *tok) -// Simpler but less powerful than "CheckMemoryLeak_CheckScope_All" +// Check for memory leaks for a function variable. void CheckMemoryLeakClass::CheckMemoryLeak_CheckScope( const TOKEN *Tok1, const char varname[] ) { std::list callstack;