diff options
Diffstat (limited to 'generic/tkMenu.c')
-rw-r--r-- | generic/tkMenu.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/generic/tkMenu.c b/generic/tkMenu.c index 2c4f2a5..7ef6d7d 100644 --- a/generic/tkMenu.c +++ b/generic/tkMenu.c @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMenu.c,v 1.29 2005/10/10 20:26:31 hobbs Exp $ + * RCS: @(#) $Id: tkMenu.c,v 1.30 2005/10/12 09:29:21 dkf Exp $ */ /* @@ -1328,6 +1328,10 @@ TkDestroyMenu(menuPtr) * a reference to a 'TkMenuReferences' structure, and therefore * no such structure contains a reference to this menu entry either. * + * At the end of this function, the menu entry no longer contains + * a reference to a 'TkMenuReferences' structure, and therefore + * no such structure contains a reference to this menu entry either. + * * Results: * None * |