summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-06 14:10:23 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-06 14:10:23 -0500
commit0e824732db028517232f1f699ba68b2c79d5dc50 (patch)
treebcc2a6ffa97ac1cc7a8141296bfd33cd51fa91b4 /src
parenteffa31d902975a70f5856ee03b951f5b26054447 (diff)
downloadk9copy-0e824732db028517232f1f699ba68b2c79d5dc50.tar.gz
k9copy-0e824732db028517232f1f699ba68b2c79d5dc50.zip
Fix another crash casued by old av_packet_free routine
Diffstat (limited to 'src')
-rw-r--r--src/k9copy.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/k9copy.cpp b/src/k9copy.cpp
index 849ae96..76f77ac 100644
--- a/src/k9copy.cpp
+++ b/src/k9copy.cpp
@@ -46,7 +46,8 @@ k9Copy::k9Copy()
: KMdiMainFrm( 0, "k9Copy" ,KMdi::IDEAlMode ) {
// tell the TDEMainWindow that this is indeed the main widget
m_k9MainView=NULL;
- m_k9ImportView =NULL;
+ m_k9ImportView=NULL;
+ m_chapterEdit=NULL;
// accept dnd
setAcceptDrops(true);