Followed suggestion by Stephan.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24314 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1797,7 +1797,7 @@ BString::_IsShareable()
|
||||
void
|
||||
BString::_FreePrivateData()
|
||||
{
|
||||
free(fPrivateData - (2 * sizeof(int32)));
|
||||
free(fPrivateData - kPrivateDataOffset);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user