Code

now that selection description includes style (filtered, clipped), we need to update...
[inkscape.git] / src / color-profile.cpp
index d3a7b9a4dbb1d3572bce78b6e068204e2eb1f8ba..a562d756c7967c5d0abf7fcc111362db25384075 100644 (file)
@@ -275,9 +275,8 @@ void ColorProfile::set( SPObject *object, unsigned key, gchar const *value )
 #ifdef DEBUG_LCMS
                     DEBUG_MESSAGE( lcmsOne, "cmsOpenProfileFromFile( '%s'...) = %p", fullname, (void*)cprof->profHandle );
 #endif // DEBUG_LCMS
-
-#endif // ENABLE_LCMS
                     g_free(fullname);
+#endif // ENABLE_LCMS
                 }
             }
             object->requestModified(SP_OBJECT_MODIFIED_FLAG);