summaryrefslogtreecommitdiff
path: root/include/gras/detail/sbuffer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/gras/detail/sbuffer.hpp')
-rw-r--r--include/gras/detail/sbuffer.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/gras/detail/sbuffer.hpp b/include/gras/detail/sbuffer.hpp
index c3dab6b..0d68ebc 100644
--- a/include/gras/detail/sbuffer.hpp
+++ b/include/gras/detail/sbuffer.hpp
@@ -39,7 +39,8 @@ GRAS_FORCE_INLINE void intrusive_ptr_release(SBufferImpl *impl)
GRAS_FORCE_INLINE SBuffer::SBuffer(void):
offset(0),
- length(0)
+ length(0),
+ last(NULL)
{
//NOP
}