util/SliceBuffer: re-add line which got lost in the last commit

This commit is contained in:
Max Kellermann 2018-09-23 19:33:34 +02:00
parent 1702e98fdf
commit 608d232373
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ public:
n_initialized = 0;
buffer.Discard();
available = nullptr;
}
template<typename... Args>