Skip to content

Commit

Permalink
fix init
Browse files Browse the repository at this point in the history
  • Loading branch information
bertmelis authored Feb 28, 2024
1 parent 20d4d03 commit f242b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MemoryPool.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ template <std::size_t nrBlocks, std::size_t blocksize>
class Variable {
public:
Variable()
: _buffer(nullptr)
: _buffer{0}
, _head(nullptr)
#ifdef MEMPOL_DEBUG
, _bufferSize(0)
Expand Down

0 comments on commit f242b2c

Please sign in to comment.