cppcheck/testdelete1/testdelete1.cpp
2007-05-07 17:31:35 +00:00

8 lines
51 B
C++

void f()
{
if (p)
delete p;
}