diff src/aim.c @ 997:56cff2fba28c

[gaim-migrate @ 1007] bleh committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 15 Oct 2000 02:00:05 +0000
parents fc1ca0d9c878
children 91b7377e7b45
line wrap: on
line diff
--- a/src/aim.c	Sat Oct 14 21:24:53 2000 +0000
+++ b/src/aim.c	Sun Oct 15 02:00:05 2000 +0000
@@ -98,7 +98,6 @@
 			(*gaim_plugin_remove)();
 		/* we don't need to worry about removing callbacks since
 		 * there won't be any more chance to call them back :) */
-		dlclose(p->handle);
 		g_free(p->filename); /* why do i bother? */
 		g_free(p);
 		c = c->next;