Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProgerXP/Notepad2e
/ HL_Release
Function
HL_Release
src/Helpers.c:2232–2240 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2230
}
2231
2232
VOID HL_Release()
2233
{
2234
HLS_release();
2235
if ( _hL_log ) {
2236
fclose ( _hL_log );
2237
}
2238
_hL_log = 0;
2239
g_hwnd = 0;
2240
}
2241
2242
2243
Callers
1
WinMain
Function · 0.85
Calls
1
HLS_release
Function · 0.85
Tested by
no test coverage detected