Skip to content

Defensive checks in capture.cpp

Hy Murveit requested to merge murveit/kstars:capture3 into master

Make sure a null activeJob pointer isn't accessed anywhere in capture.cpp. (ActiveJob could be set null if/when the guider aborts). Try to prevent a crash, and output log warnings so that the underlying issue might be traced.

Merge request reports