Mercurial > pidgin.yaz
view gtk/plugins/crazychat/test.h @ 14909:c3a7d40d64bb
[gaim-migrate @ 17681]
Modified sf patch #1590052, from Ari Pollak
Fixes two possible crashes that can happen after deleting an account
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 06 Nov 2006 07:25:05 +0000 |
parents | 009db0b357b5 |
children |
line wrap: on
line source
class Test { public: Test(void); ~Test(void); void runTest(void); private: asdfint fake; };