summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbuliabyak <>2013-09-28 13:56:40 +0000
committerbuliabyak <>2013-09-28 13:56:40 +0000
commit4dc2e0a91fc261f2c3cbc23e3b37cf9c1485d64c (patch)
treea1d5d0eb89dce687f73e245a7f80cb3db713ff26
parentAllow pixmaps to specify their width and height to control/knots. Allows non-... (diff)
downloadinkscape-4dc2e0a91fc261f2c3cbc23e3b37cf9c1485d64c.tar.gz
inkscape-4dc2e0a91fc261f2c3cbc23e3b37cf9c1485d64c.zip
obvious memleak
(bzr r12606)
-rw-r--r--src/number-opt-number.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/number-opt-number.h b/src/number-opt-number.h
index 867d0535f..d9ab56102 100644
--- a/src/number-opt-number.h
+++ b/src/number-opt-number.h
@@ -120,6 +120,8 @@ public:
_set = FALSE;
optNumber_set = FALSE;
}
+
+ g_strfreev(values);
}
};