diff options
Diffstat (limited to 'gdk-pixbuf/io-xpm.c')
-rw-r--r-- | gdk-pixbuf/io-xpm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/io-xpm.c b/gdk-pixbuf/io-xpm.c index 00cb7b9365..0ddc3c234e 100644 --- a/gdk-pixbuf/io-xpm.c +++ b/gdk-pixbuf/io-xpm.c @@ -1229,7 +1229,7 @@ mem_buffer (enum buf_op op, gpointer handle) static void free_buffer (guchar *pixels, gpointer data) { - free (pixels); + g_free (pixels); } /* This function does all the work. */ |