MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / Close

Method Close

Libraries/unrar/qopen.cpp:37–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36
37void QuickOpen::Close()
38{
39 QuickOpenItem *Item=ListStart;
40 while (Item!=NULL)
41 {
42 QuickOpenItem *Next=Item->Next;
43 delete[] Item->Header;
44 delete Item;
45 Item=Next;
46 }
47}
48
49
50

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected