Skip to content
  • David Faure's avatar
    Fix PreviewJob memory leak · 5034c4fe
    David Faure authored and Jean-Baptiste Mardelle's avatar Jean-Baptiste Mardelle committed
    setAutoDelete(false) means that it won't be deleted when
    merely doing kill() and forgetting the pointer (so manual "delete" in
    this file won't happen).
    
    Found by looking for code that uses KJob::setAutoDelete(false)
    5034c4fe