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