Memory leaks - take this... and this... die, Die, DIE!!!
commit6ba939ffafafa2ff55fb6cff13a7d97e7ea28a19
authorStefan Becker <stefan.becker@nokia.com>
Thu, 30 Apr 2009 21:50:43 +0000 (1 00:50 +0300)
committerStefan Becker <stefan.becker@nokia.com>
Thu, 30 Apr 2009 21:50:43 +0000 (1 00:50 +0300)
treed4b558c6f4a5570950c689734b5103f2b46e7e91
parent89cade634a61349998c0d14cf2cb85506990f84c
Memory leaks - take this... and this... die, Die, DIE!!!

... sorry, too much caffeine to keep me awake :-)

I ran pidgin under valgrind to track down why pidgin-sipe was leaking so much
memory. I found a lot of places where a function allocates memory but the
caller then forgot to release the buffer. In the process I discovered also two
memory leaks in the libpurple MIME processing functions, see

   http://developer.pidgin.im/ticket/9088

Hauskaa Vappua to everybody!
src/sipe-sign.c
src/sipe-sign.h
src/sipe.c
src/sipmsg.c