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

Method ~Array

Libraries/unrar/array.hpp:71–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70
71template <class T> Array<T>::~Array()
72{
73 if (Buffer!=NULL)
74 {
75 if (Secure)
76 cleandata(Buffer,AllocSize*sizeof(T));
77 free(Buffer);
78 }
79}
80
81
82template <class T> inline T& Array<T>::operator [](size_t Item) const

Callers

nothing calls this directly

Calls 1

cleandataFunction · 0.85

Tested by

no test coverage detected