Andrea Canciani <[email protected]> writes: > > @@ -502,7 +502,7 @@ pixman_image_set_transform (pixman_image_t * ═ ═ ═ ═ > > ═image, > > ═ ═ if (common->transform == transform) > > ═ ═ ═ ═return TRUE; > > > > - ═ ═if (memcmp (&id, transform, sizeof (pixman_transform_t)) == 0) > > + ═ ═if (!transform || memcmp (&id, transform, sizeof (pixman_transform_t)) > > == 0) > > ═ ═ { > > ═ ═ ═ ═free (common->transform); > > ═ ═ ═ ═common->transform = NULL; > > This change looks like a bugfix unrelated to the commit message. > Overall, the patch looks correct.
Yeah, or I guess you could call it a new feature; either way, I'll split it into a separate commit before pushing. Thanks, Soren _______________________________________________ Pixman mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pixman
