From 2790770ef85e4e739952c42e4b0f0c1b9531fe0a Mon Sep 17 00:00:00 2001 From: bulia byak Date: Fri, 2 Mar 2007 15:38:23 +0000 Subject: fix mental's typo! found purely by chance (bzr r2500) --- src/selection-chemistry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/selection-chemistry.cpp') 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); -- cgit v1.2.3