D27115: Fix bug which may be causing the fits crashes.

Hy Murveit noreply at phabricator.kde.org
Mon Feb 3 04:42:45 GMT 2020


murveit created this revision.
murveit added a reviewer: mutlaqja.
Herald added a project: KDE Edu.
Herald added a subscriber: kde-edu.
murveit requested review of this revision.

REVISION SUMMARY
  It looks like the thread which is writing the fits files is using memory (QString filename) that is a
  local variable in a method which likely ends before the write thread ends.
  Change this filename variable to a class variable which should be safe memory.

REPOSITORY
  R321 KStars

BRANCH
  filename-bug (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D27115

AFFECTED FILES
  kstars/indi/indiccd.cpp
  kstars/indi/indiccd.h

To: murveit, mutlaqja
Cc: kde-edu, narvaez, apol
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-edu/attachments/20200203/a3978e4a/attachment.html>


More information about the kde-edu mailing list