Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ ~FI_Manager
Method
~FI_Manager
src/backend/opengl/window_impl.cpp:42–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
~FI_Manager()
43
{
44
#ifdef FREEIMAGE_LIB
45
FreeImage_DeInitialise();
46
#endif
47
}
48
};
49
50
bool FI_Manager::initialized = false;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected