Mon, 31 Oct 2005 05:40:35 +0000
[gaim-migrate @ 14215]
This seems to fix a crash for me when going offline --> online --> offline
--> online with an AIM account.
See the backtrace at http://nosnilmot.com/nopaste/296
|
11862
5d4bc6d54688
[gaim-migrate @ 14153]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
11120
diff
changeset
|
1 | #include <gmodule.h> |
| 11120 | 2 | void __attribute__ ((constructor)) my_init(void) { |
| 3 | /* Very evil hack...puts perl.so's symbols in the global table */ | |
| 4 | /* but does not create a circular dependancy because g_module_open */ | |
| 5 | /* will only open the library once. */ | |
| 6 | g_module_open("perl.so", 0); | |
| 7 | } |