plugins/perl/libgaimperl.c@a42748d67df3
plugins/perl/libgaimperl.c
Mon, 31 Oct 2005 05:40:35 +0000
- author
- Mark Doliner <markdoliner@pidgin.im>
- date
- Mon, 31 Oct 2005 05:40:35 +0000
- changeset 11924
- a42748d67df3
- parent 11862
-
5d4bc6d54688
- child 12418
-
77abb6df8ee6
- permissions
- -rw-r--r--
[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
#include <gmodule.h>
void __attribute__ ((constructor)) my_init(void) {
/* Very evil hack...puts perl.so's symbols in the global table */
/* but does not create a circular dependancy because g_module_open */
/* will only open the library once. */
g_module_open("perl.so", 0);
}