Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
ede9ee45
Commit
ede9ee45
authored
Mar 25, 2019
by
Nicolas Carion
Browse files
correctly clear undostack in fuzzer
parent
7a71de20
Pipeline
#1853
passed with stage
in 21 minutes and 41 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
fuzzer/fuzzing.cpp
View file @
ede9ee45
...
...
@@ -491,6 +491,7 @@ void fuzz(const std::string &input)
}
}
}
undoStack
->
clear
();
all_clips
.
clear
();
all_tracks
.
clear
();
all_compositions
.
clear
();
...
...
Camille Moulin
@camillem
mentioned in issue
#114 (closed)
·
Mar 24, 2019
mentioned in issue
#114 (closed)
mentioned in issue #114
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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