diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-10-22 22:24:16 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-10-22 22:24:16 +0000 |
| commit | 314a6914f1a5862d50a4855e7da6317f9c09fc14 (patch) | |
| tree | ccddc8c14897aa4b81c50828cb0ec84d93a8fdd0 /src/sp-guide.cpp | |
| parent | Added Scale option (diff) | |
| parent | update to trunk (diff) | |
| download | inkscape-314a6914f1a5862d50a4855e7da6317f9c09fc14.tar.gz inkscape-314a6914f1a5862d50a4855e7da6317f9c09fc14.zip | |
update to trunk
(bzr r14393.1.28)
Diffstat (limited to 'src/sp-guide.cpp')
| -rw-r--r-- | src/sp-guide.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sp-guide.cpp b/src/sp-guide.cpp index b9c124138..bbdf5f260 100644 --- a/src/sp-guide.cpp +++ b/src/sp-guide.cpp @@ -103,8 +103,8 @@ void SPGuide::set(unsigned int key, const gchar *value) { } break; case SP_ATTR_INKSCAPE_LABEL: - if (this->label) g_free(this->label); - + // this->label already freed in sp_guideline_set_label (src/display/guideline.cpp) + // see bug #1498444, bug #1469514 if (value) { this->label = g_strdup(value); } else { |
