ruby: DataBlock: adds a comment

This commit is contained in:
Nilay Vaish 2015-08-14 19:28:44 -05:00
parent d660b3145b
commit ae87d68551

View file

@ -67,6 +67,8 @@ class DataBlock
private:
void alloc();
uint8_t *m_data;
//! true if this DataBlock is responsible for deleting m_data,
//! false otherwise.
bool m_alloc;
};