Skip to content

Commit

Permalink
Fix build in case zlib not found
Browse files Browse the repository at this point in the history
  • Loading branch information
lisyarus committed Feb 5, 2014
1 parent 2966d76 commit aa6fbbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion port/port_posix.h
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,6 @@ inline char* BZip2_Uncompress(const char* input_data, size_t input_length,
_stream.next_out = (char *)(output + old_sz);
_stream.avail_out = output_len - old_sz;
break;
case Z_BUF_ERROR:
default:
delete[] output;
BZ2_bzDecompressEnd(&_stream);
Expand Down

0 comments on commit aa6fbbf

Please sign in to comment.