diff options
Diffstat (limited to 'src/seltrans.cpp')
| -rw-r--r-- | src/seltrans.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/seltrans.cpp b/src/seltrans.cpp index ce7c63b04..a970d50ab 100644 --- a/src/seltrans.cpp +++ b/src/seltrans.cpp @@ -1455,6 +1455,8 @@ void Inkscape::SelTrans::moveTo(Geom::Point const &xy, guint state) } } } + delete bb; + delete sn; } Geom::Affine const move((Geom::Translate(dxy))); |
