| Summary: | kwordquiz crashes with SIGSEGV | ||
|---|---|---|---|
| Product: | [Applications] kwordquiz | Reporter: | Grzegorz Oledzki <grzegon> | 
| Component: | general | Assignee: | Peter Hedlund <peter> | 
| Status: | RESOLVED FIXED | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| 
        
          Description
        
        
          Grzegorz Oledzki
        
        
        
        
          2006-02-16 16:30:21 UTC
        
       SVN commit 510363 by hedlund:
Don't crash when switching back to editor.
Distros affected by this bug: PCLinuxOS and Ubuntu.
Distros not affected include Slackware and Gentoo.
BUG:122110
 M  +1 -0      qaview.cpp  
--- branches/KDE/3.5/kdeedu/kwordquiz/src/qaview.cpp #510362:510363
@@ -65,6 +65,7 @@
 
 QAView::~QAView()
 {
+  delete txtAnswer; //Fixes #122110 on PCLOS and Ubuntu
 }
 
 void QAView::setQuiz(WQQuiz *quiz)
 |