View | Details | Raw Unified | Return to bug 137396
Collapse All | Expand All

(-)kinput2-v3.1.orig/lib/imlib/imrequest.c (+4 lines)
Lines 1351-1356 Link Here
1351
    IMPutC16(conn, (unsigned int)text_length);
1351
    IMPutC16(conn, (unsigned int)text_length);
1352
    if (text_length > 0) IMPutString(conn, text, text_length);
1352
    if (text_length > 0) IMPutString(conn, text, text_length);
1353
    IMFinishRequest(conn, offset);
1353
    IMFinishRequest(conn, offset);
1354
    /*
1355
     * Send RESET_IC_REPLY 
1356
     */
1357
    IMFlush(conn);
1354
    if (text != NULL) XtFree(text);
1358
    if (text != NULL) XtFree(text);
1355
    icp->state &= ~IC_RESETTING;
1359
    icp->state &= ~IC_RESETTING;
1356
1360

Return to bug 137396