Kaydet (Commit) 84eeebd7 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fix create/destroy mismatch

Change-Id: Ibff6caedae0c5ed84cf4864c7a52af56a7cea527
üst f72ddbb4
...@@ -129,8 +129,8 @@ OTextInputStream::~OTextInputStream() ...@@ -129,8 +129,8 @@ OTextInputStream::~OTextInputStream()
{ {
if( mbEncodingInitialized ) if( mbEncodingInitialized )
{ {
rtl_destroyUnicodeToTextContext( mConvText2Unicode, mContextText2Unicode ); rtl_destroyTextToUnicodeContext( mConvText2Unicode, mContextText2Unicode );
rtl_destroyUnicodeToTextConverter( mConvText2Unicode ); rtl_destroyTextToUnicodeConverter( mConvText2Unicode );
} }
delete[] mpBuffer; delete[] mpBuffer;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment