mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
fixing linux bustage
This commit is contained in:
parent
a9c1d0dd41
commit
1ee6f4da63
@ -172,7 +172,7 @@ nsSharedBufferHandle<CharT>::~nsSharedBufferHandle()
|
||||
{
|
||||
CharT* string_storage = mDataStart;
|
||||
if ( mFlags & kIsStorageDefinedSeparately )
|
||||
string_storage = NS_REINTERPRET_CAST(typename nsXXXBufferHandle<CharT>*, this)->StorageStart();
|
||||
string_storage = NS_REINTERPRET_CAST(nsXXXBufferHandle<CharT>*, this)->StorageStart();
|
||||
nsMemory::Free(string_storage);
|
||||
}
|
||||
}
|
||||
|
@ -172,7 +172,7 @@ nsSharedBufferHandle<CharT>::~nsSharedBufferHandle()
|
||||
{
|
||||
CharT* string_storage = mDataStart;
|
||||
if ( mFlags & kIsStorageDefinedSeparately )
|
||||
string_storage = NS_REINTERPRET_CAST(typename nsXXXBufferHandle<CharT>*, this)->StorageStart();
|
||||
string_storage = NS_REINTERPRET_CAST(nsXXXBufferHandle<CharT>*, this)->StorageStart();
|
||||
nsMemory::Free(string_storage);
|
||||
}
|
||||
}
|
||||
|
@ -172,7 +172,7 @@ nsSharedBufferHandle<CharT>::~nsSharedBufferHandle()
|
||||
{
|
||||
CharT* string_storage = mDataStart;
|
||||
if ( mFlags & kIsStorageDefinedSeparately )
|
||||
string_storage = NS_REINTERPRET_CAST(typename nsXXXBufferHandle<CharT>*, this)->StorageStart();
|
||||
string_storage = NS_REINTERPRET_CAST(nsXXXBufferHandle<CharT>*, this)->StorageStart();
|
||||
nsMemory::Free(string_storage);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user