summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f390bad)
raw | patch | inline | side by side (parent: f390bad)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Fri, 2 Mar 2007 15:38:23 +0000 (15:38 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Fri, 2 Mar 2007 15:38:23 +0000 (15:38 +0000) |
src/selection-chemistry.cpp | patch | blob | history |
index 1885ca6eb2cb56ede4c2d539fba5d2e3a784666d..33f14e0506cf291d240f0f989fd1a314608b6206 100644 (file)
// 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);