Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ ~RecVolumes3
Method
~RecVolumes3
Libraries/unrar/recvol3.cpp:59–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
58
59
RecVolumes3::~RecVolumes3()
60
{
61
for (size_t I=0;I<ASIZE(SrcFile);I++)
62
delete SrcFile[I];
63
#ifdef RAR_SMP
64
delete RSThreadPool;
65
#endif
66
}
67
68
69
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected