comparison src/aim.c @ 403:d6f02d7f78d8

[gaim-migrate @ 413] Fixed plugin stuff. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 14 Jun 2000 01:52:10 +0000
parents 9a436c1d128d
children 9e8c02ed5d06
comparison
equal deleted inserted replaced
402:943248245f32 403:d6f02d7f78d8
110 /* we don't need to worry about removing callbacks since 110 /* we don't need to worry about removing callbacks since
111 * there won't be any more chance to call them back :) */ 111 * there won't be any more chance to call them back :) */
112 dlclose(p->handle); 112 dlclose(p->handle);
113 g_free(p->filename); /* why do i bother? */ 113 g_free(p->filename); /* why do i bother? */
114 g_free(p); 114 g_free(p);
115 c = c->next;
115 } 116 }
116 #endif /* GAIM_PLUGINS */ 117 #endif /* GAIM_PLUGINS */
117 118
118 exit(0); 119 exit(0);
119 #endif /* USE_APPLET */ 120 #endif /* USE_APPLET */