Skip to content

crash-fix: check for activeJob in setCaptureComplete

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

Crash was caused by guider changing status during waitForFinished inside of setCaptureComplete, which caused activeJob to be set to null. We now check for null in activeJob.

Merge request reports