Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > 58ff3043ad74e4e484f0a8c9507c1dc9 > files > 3

gnome-photos-3.14.2-1.1.mga5.src.rpm

--- gnome-photos-3.19.4/src/photos-print-preview.c.orig	2016-02-12 15:27:50.015822517 -0500
+++ gnome-photos-3.19.4/src/photos-print-preview.c	2016-02-12 15:28:03.965903571 -0500
@@ -739,7 +739,7 @@ create_surface_from_pixbuf (GdkPixbuf *p
     format = CAIRO_FORMAT_ARGB32;
 
   cairo_stride = cairo_format_stride_for_width (format, width);
-  cairo_pixels = g_malloc (height * cairo_stride);
+  cairo_pixels = g_malloc_n (height, cairo_stride);
   surface = cairo_image_surface_create_for_data ((unsigned char *)cairo_pixels,
 						 format,
 						 width, height, cairo_stride);