comparison src/buddy.c @ 784:4c292b3f74ea

[gaim-migrate @ 794] now all i have to do is add the UI and i'm set committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 29 Aug 2000 05:16:34 +0000
parents c714def9cebb
children 9dc39872e1f9
comparison
equal deleted inserted replaced
783:5bad8e4d1c88 784:4c292b3f74ea
965 dlclose(p->handle); 965 dlclose(p->handle);
966 g_free(p->filename); /* why do i bother? */ 966 g_free(p->filename); /* why do i bother? */
967 g_free(p); 967 g_free(p);
968 c = c->next; 968 c = c->next;
969 } 969 }
970 #endif
971 #ifdef USE_PERL
972 perl_end();
970 #endif 973 #endif
971 974
972 exit(0); 975 exit(0);
973 } 976 }
974 977