lol
1--- libwmf-0.2.8.4.orig/src/extra/gd/gd_clip.c
2+++ libwmf-0.2.8.4/src/extra/gd/gd_clip.c
3@@ -70,6 +70,7 @@
4 { more = gdRealloc (im->clip->list,(im->clip->max + 8) * sizeof (gdClipRectangle));
5 if (more == 0) return;
6 im->clip->max += 8;
7+ im->clip->list = more;
8 }
9 im->clip->list[im->clip->count] = (*rect);
10 im->clip->count++;
11