Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
FPC
Lazarus
Lazarus
Commits
8bec6e28
Commit
8bec6e28
authored
Feb 28, 2015
by
Željan Rikalo
🏊🏼
Browse files
Themes: fixed memleak with dotted brush bitmap.part of issue
#27559
git-svn-id: trunk@48048 -
parent
9cb856dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
lcl/themes.pas
View file @
8bec6e28
...
...
@@ -574,7 +574,10 @@ begin
begin
DottedBitmap
:=
CreateBitmap
(
8
,
8
,
1
,
1
,
@
LineBitsDotted
);
if
DottedBitmap
<>
0
then
begin
FDottedBrush
:=
CreatePatternBrush
(
DottedBitmap
);
DeleteObject
(
DottedBitmap
);
end
;
end
;
Result
:=
FDottedBrush
;
end
;
...
...
FPC Admin account
@fpc_admin
mentioned in issue
#27559 (closed)
·
Jul 28, 2021
mentioned in issue
#27559 (closed)
mentioned in issue #27559
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