diff options
author | Søren Sandmann Pedersen <ssp@redhat.com> | 2012-03-24 18:08:49 -0400 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@redhat.com> | 2012-03-24 18:08:49 -0400 |
commit | 2a03b627596d864a72c57e30d1acbb151708eaf8 (patch) | |
tree | 935be8b0ac1173d07442cb45f69549ba7ba16375 | |
parent | b2d3e574826b980d61a98be3effa9542741fbcff (diff) |
Fix incorrect shadowing of rowstridereduce-memory
-rw-r--r-- | pixman/pixman-bits-image.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pixman/pixman-bits-image.c b/pixman/pixman-bits-image.c index 56b921fc..3aaf5796 100644 --- a/pixman/pixman-bits-image.c +++ b/pixman/pixman-bits-image.c @@ -1453,8 +1453,6 @@ _pixman_bits_image_init (pixman_image_t * image, if (!bits && width && height) { - int rowstride_bytes; - free_me = bits = create_bits (format, width, height, &rowstride_bytes); if (!bits) |