Fix for crash that occurs in the unarj's fallback code - _uncompressedData is not allocated when ARJ files have not been opened
svn-id: r32480
This commit is contained in:
parent
cb103cb9e2
commit
8a0abfb045
1 changed files with 1 additions and 0 deletions
|
@ -291,6 +291,7 @@ void ArjFile::close() {
|
||||||
|
|
||||||
if (_fallBack) {
|
if (_fallBack) {
|
||||||
_currArchive.close();
|
_currArchive.close();
|
||||||
|
return;
|
||||||
} else {
|
} else {
|
||||||
delete _uncompressed;
|
delete _uncompressed;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue