diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-10-22 17:31:17 +0000 |
|---|---|---|
| committer | jabiertxof <jabier.arraiza@marker.es> | 2015-10-22 17:31:17 +0000 |
| commit | 55572c9ef67886c3224c04d09aca99a7e9fda53c (patch) | |
| tree | ccddc8c14897aa4b81c50828cb0ec84d93a8fdd0 /src/sp-guide.cpp | |
| parent | Fix the points Nathan review. (diff) | |
| parent | Translations. Icelandic translation update. (diff) | |
| download | inkscape-55572c9ef67886c3224c04d09aca99a7e9fda53c.tar.gz inkscape-55572c9ef67886c3224c04d09aca99a7e9fda53c.zip | |
update to trunk
(bzr r14393.3.2)
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 { |
