forked from AuroraMiddleware/gtk
Fix some reported (but not significant) UMR's from purify. (#73160, Morten
Fri Mar 1 17:00:28 2002 Owen Taylor <otaylor@redhat.com> * gdk/gdkpolyreg-generic.c: Fix some reported (but not significant) UMR's from purify. (#73160, Morten Welinder)
This commit is contained in:
parent
a6774264ee
commit
b924594ef1
@ -1,3 +1,8 @@
|
||||
Fri Mar 1 17:00:28 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkpolyreg-generic.c: Fix some reported (but not significant)
|
||||
UMR's from purify. (#73160, Morten Welinder)
|
||||
|
||||
Fri Mar 1 16:48:19 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkscrolledwindow.c: Initialize the scrollbar spacing
|
||||
|
@ -1,3 +1,8 @@
|
||||
Fri Mar 1 17:00:28 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkpolyreg-generic.c: Fix some reported (but not significant)
|
||||
UMR's from purify. (#73160, Morten Welinder)
|
||||
|
||||
Fri Mar 1 16:48:19 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkscrolledwindow.c: Initialize the scrollbar spacing
|
||||
|
@ -1,3 +1,8 @@
|
||||
Fri Mar 1 17:00:28 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkpolyreg-generic.c: Fix some reported (but not significant)
|
||||
UMR's from purify. (#73160, Morten Welinder)
|
||||
|
||||
Fri Mar 1 16:48:19 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkscrolledwindow.c: Initialize the scrollbar spacing
|
||||
|
@ -1,3 +1,8 @@
|
||||
Fri Mar 1 17:00:28 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkpolyreg-generic.c: Fix some reported (but not significant)
|
||||
UMR's from purify. (#73160, Morten Welinder)
|
||||
|
||||
Fri Mar 1 16:48:19 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkscrolledwindow.c: Initialize the scrollbar spacing
|
||||
|
@ -1,3 +1,8 @@
|
||||
Fri Mar 1 17:00:28 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkpolyreg-generic.c: Fix some reported (but not significant)
|
||||
UMR's from purify. (#73160, Morten Welinder)
|
||||
|
||||
Fri Mar 1 16:48:19 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkscrolledwindow.c: Initialize the scrollbar spacing
|
||||
|
@ -1,3 +1,8 @@
|
||||
Fri Mar 1 17:00:28 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkpolyreg-generic.c: Fix some reported (but not significant)
|
||||
UMR's from purify. (#73160, Morten Welinder)
|
||||
|
||||
Fri Mar 1 16:48:19 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkscrolledwindow.c: Initialize the scrollbar spacing
|
||||
|
@ -1,3 +1,8 @@
|
||||
Fri Mar 1 17:00:28 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkpolyreg-generic.c: Fix some reported (but not significant)
|
||||
UMR's from purify. (#73160, Morten Welinder)
|
||||
|
||||
Fri Mar 1 16:48:19 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkscrolledwindow.c: Initialize the scrollbar spacing
|
||||
|
@ -538,6 +538,7 @@ gdk_region_polygon(GdkPoint *Pts, gint Count, GdkFillRule rule)
|
||||
*/
|
||||
if (iPts == NUMPTSTOBUFFER) {
|
||||
tmpPtBlock = (POINTBLOCK *)g_malloc(sizeof(POINTBLOCK));
|
||||
tmpPtBlock->next = NULL;
|
||||
curPtBlock->next = tmpPtBlock;
|
||||
curPtBlock = tmpPtBlock;
|
||||
pts = curPtBlock->pts;
|
||||
@ -584,6 +585,7 @@ gdk_region_polygon(GdkPoint *Pts, gint Count, GdkFillRule rule)
|
||||
*/
|
||||
if (iPts == NUMPTSTOBUFFER) {
|
||||
tmpPtBlock = (POINTBLOCK *)g_malloc(sizeof(POINTBLOCK));
|
||||
tmpPtBlock->next = NULL;
|
||||
curPtBlock->next = tmpPtBlock;
|
||||
curPtBlock = tmpPtBlock;
|
||||
pts = curPtBlock->pts;
|
||||
|
Loading…
Reference in New Issue
Block a user