From 0bbf3b651e7b9a66917cfd8a66812ee8c9982bcf Mon Sep 17 00:00:00 2001 From: buliabyak Date: Fri, 2 Mar 2007 15:38:23 +0000 Subject: [PATCH] fix mental's typo! found purely by chance --- src/selection-chemistry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.30.2