DJIWidget
DJIWidget copied to clipboard
Fix a memory leak due to captured strong self and a retain cycle
- Don't use
self
in a capturing block - Use
weak
for an unowned object
With this change I no longer leak DJILiveViewRenderContext
and DJILiveViewRenderProgram
objects after using the video previewer.