From: buliabyak Date: Fri, 2 Mar 2007 15:38:23 +0000 (+0000) Subject: fix mental's typo! found purely by chance X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0bbf3b651e7b9a66917cfd8a66812ee8c9982bcf;p=inkscape.git fix mental's typo! found purely by chance --- diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp index 1885ca6eb..33f14e050 100644 --- a/src/selection-chemistry.cpp +++ b/src/selection-chemistry.cpp @@ -2545,7 +2545,7 @@ sp_selection_create_bitmap_copy () // Write transform gchar *c=sp_svg_transform_write(t); repr->setAttribute("transform", c); - g_free(t); + g_free(c); // add the new repr to the parent parent->appendChild(repr);