MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / deallocUseError

Method deallocUseError

lib/checkleakautovar.cpp:126–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void CheckLeakAutoVarImpl::deallocUseError(const Token *tok, const std::string &varname) const
127{
128 const CheckMemoryLeakImpl c(mTokenizer, mSettings, mErrorLogger);
129 c.deallocuseError(tok, varname);
130}
131
132void CheckLeakAutoVarImpl::deallocReturnError(const Token *tok, const Token *deallocTok, const std::string &varname)
133{

Callers

nothing calls this directly

Calls 1

deallocuseErrorMethod · 0.80

Tested by

no test coverage detected