[SCIM] Re: [i18n] Possible conflict between scim and gtk2 apps

yusuke at cherubim.icw.co.jp yusuke at cherubim.icw.co.jp
Sat Oct 2 16:39:21 UTC 2004


> 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'
--


More information about the scim mailing list