MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / Free

Method Free

scintilla/src/PositionCache.cxx:94–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94void LineLayout::Free() {
95 delete []chars;
96 chars = 0;
97 delete []styles;
98 styles = 0;
99 delete []indicators;
100 indicators = 0;
101 delete []positions;
102 positions = 0;
103 delete []lineStarts;
104 lineStarts = 0;
105}
106
107void LineLayout::Invalidate(validLevel validity_) {
108 if (validity > validity_)

Callers 1

ButtonUpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected