mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Initialize properly pointer
Fixes coverity issue 23411
This commit is contained in:
parent
e68afbe671
commit
8a9ea4d264
@ -57,7 +57,7 @@ private:
|
||||
|
||||
int flush_buffer();
|
||||
public:
|
||||
gzstreambuf() : opened(0), mode(0) {
|
||||
gzstreambuf() : file(0), opened(0), mode(0) {
|
||||
setp( buffer, buffer + (bufferSize-1));
|
||||
setg( buffer + 4, // beginning of putback area
|
||||
buffer + 4, // read position
|
||||
|
Loading…
Reference in New Issue
Block a user