diff options
Diffstat (limited to 'src/stable')
-rw-r--r-- | src/stable/bzip2.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stable/bzip2.cpp b/src/stable/bzip2.cpp index ce83e8a..dd2ed53 100644 --- a/src/stable/bzip2.cpp +++ b/src/stable/bzip2.cpp | |||
@@ -47,6 +47,9 @@ void Bu::BZip2::start() | |||
47 | Bu::size Bu::BZip2::stop() | 47 | Bu::size Bu::BZip2::stop() |
48 | { | 48 | { |
49 | TRACE(); | 49 | TRACE(); |
50 | if( !pState ) | ||
51 | return 0; | ||
52 | |||
50 | if( pState->state ) | 53 | if( pState->state ) |
51 | { | 54 | { |
52 | if( bReading ) | 55 | if( bReading ) |