Code

Patch from sas to avoid GC warning during vacuum defs (closes LP #236816)
authorcilix42 <cilix42@users.sourceforge.net>
Sun, 8 Jun 2008 16:51:57 +0000 (16:51 +0000)
committercilix42 <cilix42@users.sourceforge.net>
Sun, 8 Jun 2008 16:51:57 +0000 (16:51 +0000)
src/persp3d.cpp

index 34189960846bb0359188c18b1c3ca60372fcfd9b..a2da34e7ae65dee5ac349507b9b0ef7d48f199da 100644 (file)
@@ -230,7 +230,6 @@ persp3d_create_xml_element (SPDocument *document, Persp3D *dup) {// if dup is gi
         str = proj_origin.coord_string();
         repr->setAttribute("inkscape:persp3d-origin", str);
         g_free (str);
-        Inkscape::GC::release(repr);
     }
 
     /* Append the new persp3d to defs */