Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ DestroyData
Method
DestroyData
src/Platforms/Symbian/SymbianMemoryLeakWarning.cpp:109–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
}
108
109
void MemoryLeakWarning::DestroyData()
110
{
111
delete _impl;
112
_impl = NULL;
113
}
114
115
MemoryLeakWarning* MemoryLeakWarning::GetLatest()
116
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected