=== modified file 'src/sp-guide.cpp' --- src/sp-guide.cpp 2015-07-15 12:23:14 +0000 +++ src/sp-guide.cpp 2015-10-15 10:46:16 +0000 @@ -103,7 +103,8 @@ } break; case SP_ATTR_INKSCAPE_LABEL: - if (this->label) g_free(this->label); + // testing fix for bug #1498444, bug #1469514 + //if (this->label) g_free(this->label); if (value) { this->label = g_strdup(value);