MCPcopy Create free account
hub / github.com/VirtualGL/virtualgl / deInit

Method deInit

common/Frame.cpp:55–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53
54
55void Frame::deInit(void)
56{
57 if(primary)
58 {
59 delete [] bits; bits = NULL;
60 delete [] rbits; rbits = NULL;
61 }
62}
63
64
65void Frame::init(rrframeheader &h, int pixelFormat, int flags_, bool stereo_)

Callers 4

sendPluginMethod · 0.80
sendVGLMethod · 0.80
sendX11Method · 0.80
sendXVMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected