MCPcopy Create free account
hub / github.com/WinMerge/winmerge / Close

Function Close

Src/stringdiffs.cpp:35–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void Close()
36{
37 if (BreakChars != BreakCharDefaults)
38 {
39 free(BreakChars);
40 BreakChars = nullptr;
41 }
42}
43
44void SetBreakChars(const tchar_t *breakChars)
45{

Callers 15

ExitInstanceMethod · 0.70
~CMainFrameMethod · 0.70
OpenMethod · 0.50
DoOpenMethod · 0.50
~UniStdioFileMethod · 0.50
~CRegKeyExMethod · 0.50
OpenWithAccessMethod · 0.50
~UniMemFileMethod · 0.50
~CRegKeyExMethod · 0.50
OpenWithAccessMethod · 0.50

Calls

no outgoing calls

Tested by 4

~StringDiffsTestMethod · 0.40
~StringDiffsTestByteMethod · 0.40
~StringDiffsBugsTestMethod · 0.40
~StringDiffsAddsTestMethod · 0.40