pkgsrc/graphics/gimp/patches/patch-ae
adam 8fe58492db Changes 2.4.0:
* Refreshed Look
* Scalable Brushes
* Selection Tools
* Foreground Select Tool
* Align Tool
* Changes in menus
* Improved display when zooming in or out
2007-10-25 21:06:15 +00:00

23 lines
451 B
Text

$NetBSD: patch-ae,v 1.9 2007/10/25 21:06:17 adam Exp $
--- plug-ins/common/png.c.orig 2007-08-15 23:57:03.000000000 +0200
+++ plug-ins/common/png.c
@@ -1095,8 +1095,6 @@ load_image (const gchar *filename,
g_free (pixel);
g_free (pixels);
- free (pp);
- free (info);
fclose (fp);
@@ -1558,9 +1556,6 @@ save_image (const gchar *filename,
g_free (text);
}
- free (pp);
- free (info);
-
fclose (fp);
return TRUE;