Mercurial > pidgin
log
age | author | description |
---|---|---|
Tue, 07 Aug 2007 02:50:34 +0000 | Jeffrey Connelly | Add a new public function msim_msg_free_element_data(), that frees element data (but the MsimMessageElement * still must be g_free()'d). Internally, msim_msg_free_element() is still used, as a callback to g_list_foreach() to free every element in an MsimMessage. |
Tue, 07 Aug 2007 02:11:15 +0000 | Jeffrey Connelly | In msim_msg_pack_element_dict(), separate keys and values with '=' for |
Mon, 06 Aug 2007 04:04:23 +0000 | Jeffrey Connelly | propagate from branch 'im.pidgin.pidgin' (head 128e100bae27b44dc77c5db5be0151b0fceaea8f) |
Sat, 11 Aug 2007 09:20:36 +0000 | Sadrul Habib Chowdhury | Fix a memory leak from not freeing the ui-info hashtable on exit. |