Code

- try to use more forward declarations for less dependencies on display/curve.h
[inkscape.git] / src / splivarot.cpp
index a6bd60cd69743f3b68b155e4d99e1523d6b08d9c..aec2b8f6e234dda1e9e51cf50fd5c00af8a2b4db 100644 (file)
@@ -1738,6 +1738,10 @@ Path_for_item(SPItem *item, bool doTransformation, bool transformFull)
     return dest;
 }
 
+/* 
+ * This function is buggy: it can either return a new NArtBpath, or an existing one.
+ * It is therefore unclear whether the caller must g_free the path or not!
+*/
 NArtBpath *
 bpath_for_curve(SPItem *item, SPCurve *curve, bool doTransformation, bool transformFull)
 {