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
Thibault Saunier
gst-devtools
Commits
e3636642
Commit
e3636642
authored
Sep 10, 2021
by
Thibault Saunier
🌵
Committed by
GStreamer Marge Bot
Sep 10, 2021
Browse files
validate: Fix double freeing of GstStructure
gst_validate_get_config is transfer-container only Part-of: <
!255
>
parent
1e1e9f21
Pipeline
#399095
passed with stages
in 44 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
validate/gst/validate/gst-validate-override-registry.c
View file @
e3636642
...
...
@@ -395,7 +395,7 @@ gst_validate_override_registry_preload (void)
for
(
tmp
=
overrides
;
tmp
;
tmp
=
tmp
->
next
)
_add_override_from_struct
(
tmp
->
data
);
g_list_free
_full
(
overrides
,
(
GDestroyNotify
)
gst_structure_free
);
g_list_free
(
overrides
);
sos
=
g_getenv
(
"GST_VALIDATE_OVERRIDE"
);
if
(
!
sos
)
{
...
...
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