mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 20:49:27 +00:00
Fix for bug 9007 submitted by david.gardiner@unisa.edu.au.
This commit is contained in:
parent
17b668a78c
commit
a85217672a
@ -207,6 +207,14 @@ class CharImpl
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
~CharImpl()
|
||||
{
|
||||
if (mString)
|
||||
{
|
||||
delete [] mString;
|
||||
}
|
||||
}
|
||||
|
||||
virtual PRInt32 write(const char* buf, PRUint32 aCount)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user