Avoid unitialized memory warnings from valgrind.
2008-10-06 Matthias Clasen <mclasen@redhat.com> * gtk/gtktooltip.c (gtk_tooltip_show_tooltip): Avoid unitialized memory warnings from valgrind. svn path=/branches/gtk-2-14/; revision=21604
This commit is contained in:
committed by
Matthias Clasen
parent
b6685dda46
commit
6235e5c9ed
@@ -1,3 +1,10 @@
|
||||
2008-10-06 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Merged from trunk:
|
||||
|
||||
* gtk/gtktooltip.c (gtk_tooltip_show_tooltip): Avoid unitialized
|
||||
memory warnings from valgrind.
|
||||
|
||||
2008-10-06 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Merged from trunk:
|
||||
|
||||
@@ -911,6 +911,7 @@ gtk_tooltip_show_tooltip (GdkDisplay *display)
|
||||
|
||||
if (tooltip->keyboard_mode_enabled)
|
||||
{
|
||||
x = y = -1;
|
||||
pointer_widget = tooltip_widget = tooltip->keyboard_widget;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user