Skip to content
GitLab
Explore
Sign in
db-interface-sqlite: Don't leak a regex on each strip_punctuation call
Code
Review changes
Check out branch
Download
Patches
Plain diff
Lukáš Tyrychtr
requested to merge
fix_419
into
master
Dec 06, 2023
Overview
1
Commits
1
Pipelines
2
Changes
1
Expand
The regex is created on each call, but not destroyed, so it leaks.
Fixes
#419 (closed)
Merge request reports