summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2007-03-02 15:38:23 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2007-03-02 15:38:23 +0000
commit2790770ef85e4e739952c42e4b0f0c1b9531fe0a (patch)
treeb6351969304277afe2f21959b525c18022ec9553
parentpatch the RGBA/BGRA incompatibility (until we're not using cairo throughout) (diff)
downloadinkscape-2790770ef85e4e739952c42e4b0f0c1b9531fe0a.tar.gz
inkscape-2790770ef85e4e739952c42e4b0f0c1b9531fe0a.zip
fix mental's typo! found purely by chance
(bzr r2500)
-rw-r--r--src/selection-chemistry.cpp2
1 files changed, 1 insertions, 1 deletions
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);