diff plugins/tcl/tcl_glib.c @ 7822:ea4f65164307

[gaim-migrate @ 8474] I think this makes Tcl 8.4 work ... Tk 8.4 remains suspect. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Tue, 09 Dec 2003 23:34:54 +0000
parents 2d2f04c5c7d2
children 409f7f167c98
line wrap: on
line diff
--- a/plugins/tcl/tcl_glib.c	Tue Dec 09 16:56:25 2003 +0000
+++ b/plugins/tcl/tcl_glib.c	Tue Dec 09 23:34:54 2003 +0000
@@ -79,6 +79,8 @@
 {
 	Tcl_NotifierProcs notifier;
 
+	memset(&notifier, 0, sizeof(notifier));
+
 	notifier.createFileHandlerProc = tcl_create_file_handler;
 	notifier.deleteFileHandlerProc = tcl_delete_file_handler;
 	notifier.setTimerProc = tcl_set_timer;