diff options
| author | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-03-26 01:54:08 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-03-26 01:54:08 +0000 |
| commit | e80a86b84d1e5cd64139df6aee147795067cb938 (patch) | |
| tree | 53fb3e0050a406d48dd4c869997db4ff92832bc1 /src/style.cpp | |
| parent | Update to trunk (diff) | |
| parent | Patch for several issues in libuemf. (diff) | |
| download | inkscape-e80a86b84d1e5cd64139df6aee147795067cb938.tar.gz inkscape-e80a86b84d1e5cd64139df6aee147795067cb938.zip | |
Update to trunk
(bzr r13090.1.32)
Diffstat (limited to 'src/style.cpp')
| -rw-r--r-- | src/style.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/style.cpp b/src/style.cpp index c57cf6349..bc869b127 100644 --- a/src/style.cpp +++ b/src/style.cpp @@ -3677,7 +3677,7 @@ sp_style_read_itextdecoration(SPITextDecorationLine *line, SPITextDecorationStyl int slen = str - hstr; gchar *frag = g_strndup(hstr,slen+1); // only send one piece at a time, since keywords may be intermixed sp_style_read_itextdecorationColor(color, frag); - free(frag); + g_free(frag); if(color->set)break; if(*str == '\0')break; hstr = str + 1; |
