diff options
Diffstat (limited to 'src/selection-chemistry.cpp')
| -rw-r--r-- | src/selection-chemistry.cpp | 2 |
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); |
