export closeImgproxyReader
(handle C.uintptr_t)
| 23 | |
| 24 | //export closeImgproxyReader |
| 25 | func closeImgproxyReader(handle C.uintptr_t) { |
| 26 | h := cgo.Handle(handle) |
| 27 | h.Delete() |
| 28 | } |
| 29 | |
| 30 | // calls seek() on the async reader via it's handle from the C side |
| 31 | // |