From 7e0138cf481a8353f9b62d3eb01e0e817b773751 Mon Sep 17 00:00:00 2001 From: Kevin B Kenny Date: Mon, 25 Sep 2006 14:59:43 +0000 Subject: yet another stab at 1564777 --- generic/tclNotify.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generic/tclNotify.c b/generic/tclNotify.c index 6263b41..87c1ead 100644 --- a/generic/tclNotify.c +++ b/generic/tclNotify.c @@ -14,7 +14,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclNotify.c,v 1.23 2006/09/25 14:58:03 kennykb Exp $ + * RCS: @(#) $Id: tclNotify.c,v 1.24 2006/09/25 14:59:43 kennykb Exp $ */ #include "tclInt.h" @@ -561,7 +561,7 @@ Tcl_DeleteEvents( hold = evPtr; evPtr = evPtr->nextPtr; ckfree((char *) hold); - + } else { /* Event is to be retained. */ -- cgit v0.12