diff options
| author | buliabyak <> | 2013-09-28 13:56:40 +0000 |
|---|---|---|
| committer | buliabyak <> | 2013-09-28 13:56:40 +0000 |
| commit | 4dc2e0a91fc261f2c3cbc23e3b37cf9c1485d64c (patch) | |
| tree | a1d5d0eb89dce687f73e245a7f80cb3db713ff26 /src | |
| parent | Allow pixmaps to specify their width and height to control/knots. Allows non-... (diff) | |
| download | inkscape-4dc2e0a91fc261f2c3cbc23e3b37cf9c1485d64c.tar.gz inkscape-4dc2e0a91fc261f2c3cbc23e3b37cf9c1485d64c.zip | |
obvious memleak
(bzr r12606)
Diffstat (limited to 'src')
| -rw-r--r-- | src/number-opt-number.h | 2 |
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); } }; |
