[SCIM] Re: [i18n] Possible conflict between scim and gtk2 apps
James Su
suzhe at tsinghua.org.cn
Sun Oct 3 13:33:47 UTC 2004
yusuke at cherubim.icw.co.jp wrote:
>>I investigated this issue and maybe found a problem.
>>James, please fix it.
>>
>>
>One more,
>-- scim_socket_transaction.cpp line 66 --
> unsigned char *tmp = new unsigned char [bufsize];
>
> memcpy (tmp, m_buffer, m_buffer_size);
> std::swap (tmp, m_buffer);
> delete tmp; <<------------- HERE should be `delete [] tmp'
>--
>_______________________________________________
>scim mailing list
>scim at freedesktop.org
>http://freedesktop.org/mailman/listinfo/scim
>
>
>
Fixed. Thanks.
More information about the scim
mailing list