Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marius Meisenzahl
plymouth
Commits
fe4bf34c
Commit
fe4bf34c
authored
Nov 20, 2020
by
Marius Meisenzahl
Browse files
Fix reference
parent
27aa0432
Pipeline
#231706
passed with stage
in 3 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/splash/two-step/plugin.c
View file @
fe4bf34c
...
...
@@ -1249,7 +1249,7 @@ destroy_plugin (ply_boot_splash_plugin_t *plugin)
ply_image_free
(
plugin
->
background_bgrt_image
);
if
(
plugin
->
background_bgrt_fallback_image
!=
NULL
)
ply_image_free
(
plugin
->
background_bgrt_fallback
);
ply_image_free
(
plugin
->
background_bgrt_fallback
_image
);
if
(
plugin
->
watermark_image
!=
NULL
)
ply_image_free
(
plugin
->
watermark_image
);
...
...
@@ -1664,7 +1664,6 @@ show_splash_screen (ply_boot_splash_plugin_t *plugin,
plugin
->
background_bgrt_raw_height
=
ply_image_get_height
(
plugin
->
background_bgrt_image
);
}
else
{
ply_trace
(
"loading background bgrt fallback image"
);
plugin
->
background_bgrt_image
=
ply_image_new
(
plugin
->
background_bgrt_fallback_image_path
);
if
(
ply_image_load
(
plugin
->
background_bgrt_fallback_image
))
{
plugin
->
background_bgrt_image
=
plugin
->
background_bgrt_fallback_image
;
plugin
->
background_bgrt_fallback_image
=
NULL
;
...
...
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