diff options
author | Jonathan Blandford <jrb@redhat.com> | 2000-01-07 19:18:54 +0000 |
---|---|---|
committer | Jonathan Blandford <jrb@src.gnome.org> | 2000-01-07 19:18:54 +0000 |
commit | 00b598d2676a2d55467829e1bf26f3cfdf9a774b (patch) | |
tree | 58d6611602ebd0400ee51bf6f3589a4cc3428b2e /gdk-pixbuf/gdk-pixbuf-xform.c | |
parent | 84c85a1a11142bf559f21dbeeb5867b7fc463a57 (diff) | |
download | gtk+-00b598d2676a2d55467829e1bf26f3cfdf9a774b.tar.gz |
comment out debugging printing. remove memory_leak
2000-01-07 Jonathan Blandford <jrb@redhat.com>
* gdk-pixbuf/gdk-pixbuf-xform.c (gdk_pixbuf_rotate): comment out
debugging printing.
* gdk-pixbuf/io-gif.c (gif_get_lzw): remove memory_leak
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf-xform.c')
-rw-r--r-- | gdk-pixbuf/gdk-pixbuf-xform.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-xform.c b/gdk-pixbuf/gdk-pixbuf-xform.c index 1e2eabe196..f118d9234a 100644 --- a/gdk-pixbuf/gdk-pixbuf-xform.c +++ b/gdk-pixbuf/gdk-pixbuf-xform.c @@ -71,10 +71,10 @@ gdk_pixbuf_rotate (GdkPixbuf *pixbuf, gdouble angle) trans[5] = (double)h / 2.0; art_affine_multiply(affine, rot, trans); - +/* g_print("Affine: %e %e %e %e %e %e\n", affine[0], affine[1], affine[2], affine[3], affine[4], affine[5]); - +*/ /* rowstride = w * pixbuf->art_pixbuf->n_channels; */ rowstride = w * 3; |