Changeset 7613670 for skype/skype.c


Ignore:
Timestamp:
2007-09-03T22:22:55Z (17 years ago)
Author:
VMiklos <vmiklos@…>
Branches:
master
Children:
dab0f8a
Parents:
02a531b
Message:

handle the case when the input is a multiline message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/skype.c

    r02a531b r7613670  
    261261                                                 * when we got the message's
    262262                                                 * body. */
     263                                                g_free(sd->handle);
    263264                                                sd->handle = g_strdup_printf("%s@skype.com", info);
    264265                                        }
     
    270271                                                        /* New body, we have everything to use imcb_buddy_msg() now! */
    271272                                                        imcb_buddy_msg(ic, sd->handle, info, 0, 0);
    272                                                         g_free(sd->handle);
    273                                                         sd->handle = NULL;
    274273                                                }
    275274                                        }
     
    380379
    381380        g_free(sd->username);
     381        g_free(sd->handle);
    382382        g_free(sd);
    383383        ic->proto_data = NULL;
Note: See TracChangeset for help on using the changeset viewer.