diff 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
line wrap: on
line diff
--- a/src/buddy.c	Tue Aug 29 05:08:38 2000 +0000
+++ b/src/buddy.c	Tue Aug 29 05:16:34 2000 +0000
@@ -968,6 +968,9 @@
 		c = c->next;
 	}
 #endif
+#ifdef USE_PERL
+	perl_end();
+#endif
 
 	exit(0);
 }