diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-06 14:10:23 -0500 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-06 14:10:23 -0500 |
| commit | 0e824732db028517232f1f699ba68b2c79d5dc50 (patch) | |
| tree | bcc2a6ffa97ac1cc7a8141296bfd33cd51fa91b4 /src/k9copy.cpp | |
| parent | effa31d902975a70f5856ee03b951f5b26054447 (diff) | |
| download | k9copy-0e824732db028517232f1f699ba68b2c79d5dc50.tar.gz k9copy-0e824732db028517232f1f699ba68b2c79d5dc50.zip | |
Fix another crash casued by old av_packet_free routine
Diffstat (limited to 'src/k9copy.cpp')
| -rw-r--r-- | src/k9copy.cpp | 3 |
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); |
