From 4e11e71a2172170daae93bfd5656761d80b1d729 Mon Sep 17 00:00:00 2001 From: Pete Johns Date: Mon, 4 Oct 2010 08:54:19 +1100 Subject: [PATCH] Fixed 2072 (object destroyed immediately: add --doc info) --- lib/checkother.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/checkother.h b/lib/checkother.h index ad5cff4bb..fb17304ce 100644 --- a/lib/checkother.h +++ b/lib/checkother.h @@ -266,6 +266,7 @@ public: "* null pointer dereferencing\n" "* using uninitialized variables and data\n" "* using fflush() on an input stream\n" + "* scoped object destroyed immediately after construction\n" // style "* C-style pointer cast in cpp file\n"