util/SliceBuffer: re-add line which got lost in the last commit
This commit is contained in:
parent
1702e98fdf
commit
608d232373
|
@ -92,6 +92,7 @@ public:
|
|||
|
||||
n_initialized = 0;
|
||||
buffer.Discard();
|
||||
available = nullptr;
|
||||
}
|
||||
|
||||
template<typename... Args>
|
||||
|
|
Loading…
Reference in New Issue