Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
void Close()
36
{
37
if (BreakChars != BreakCharDefaults)
38
{
39
free(BreakChars);
40
BreakChars = nullptr;
41
}
42
}
43
44
void SetBreakChars(const tchar_t *breakChars)
45
{
Callers
15
ExitInstance
Method · 0.70
~CMainFrame
Method · 0.70
Open
Method · 0.50
DoOpen
Method · 0.50
~UniStdioFile
Method · 0.50
~CRegKeyEx
Method · 0.50
OpenWithAccess
Method · 0.50
OpenNoCreateWithAccess
Method · 0.50
~UniMemFile
Method · 0.50
~CRegKeyEx
Method · 0.50
OpenWithAccess
Method · 0.50
OpenNoCreateWithAccess
Method · 0.50
Calls
no outgoing calls
Tested by
4
~StringDiffsTest
Method · 0.40
~StringDiffsTestByte
Method · 0.40
~StringDiffsBugsTest
Method · 0.40
~StringDiffsAddsTest
Method · 0.40