Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
Inkscape
inkscape
Commits
74bfe155
Commit
74bfe155
authored
Apr 03, 2022
by
Jabier Arraiza
Committed by
Martin Owens
May 04, 2022
Browse files
Fix memory leak pointed in inkscape 3369
parent
974a9a4a
Pipeline
#531373045
failed with stages
in 154 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/live_effects/parameter/patharray.cpp
View file @
74bfe155
...
...
@@ -67,7 +67,9 @@ PathArrayParam::PathArrayParam(const Glib::ustring &label, const Glib::ustring &
_tree
=
nullptr
;
_scroller
=
nullptr
;
_model
=
nullptr
;
initui
();
// refresh widgets on load to allow to remove the
// memory leak calling initui here
param_effect
->
refresh_widgets
=
true
;
oncanvas_editable
=
true
;
_from_original_d
=
false
;
_allow_only_bspline_spiro
=
false
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment