MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / ~RAROptions

Method ~RAROptions

Libraries/unrar/options.cpp:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8
9RAROptions::~RAROptions()
10{
11 // It is important for security reasons, so we do not have the unnecessary
12 // password data left in memory.
13 memset(this,0,sizeof(RAROptions));
14}
15
16
17void RAROptions::Init()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected