Mercurial > pidgin
log
age | author | description |
---|---|---|
Mon, 08 Oct 2007 14:45:01 +0000 | Daniel Atallah | Prevent leakage of the cert returned by SSL_PeerCertificate(), and prevent allocation since it isn't used currently anyway. Also prevent an assertion when reading a cert file - there are a number of places where g_return_* are misused here that need to be cleaned up. |
Mon, 08 Oct 2007 14:26:41 +0000 | Daniel Atallah | Use purple_timeout_add(0... instead of g_idle_add() to avoid depending on the glib main loop. |
Mon, 08 Oct 2007 14:25:54 +0000 | Daniel Atallah | Fix a leak when a bonjour account is disconnected. |